Skip to content

Commit

Permalink
update instructions for COHOST_COOKIE in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Dec 30, 2024
1 parent da986f2 commit f4d4274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ $ cargo run server

set COHOST_COOKIE to the value of your “connect.sid” cookie as follows, **and switch projects in the cohost web ui**!

- for bash or zsh, paste in `read -r COHOST_COOKIE; export COHOST_COOKIE`, press enter, paste in your cookie value, press enter
- for powershell, paste in `$env:COHOST_COOKIE='eggbug'`, replace `eggbug` with your cookie value, press enter
- for cmd (windows), paste in `set COHOST_COOKIE="eggbug"`, replace `eggbug` with your cookie value, press enter

```
$ read -r COHOST_COOKIE; export COHOST_COOKIE
```
Expand Down

0 comments on commit f4d4274

Please sign in to comment.