Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #457 from ltworf/better_readme
Browse files Browse the repository at this point in the history
Remove the quotes for the env vars in the README
  • Loading branch information
ltworf authored Apr 18, 2024
2 parents ea7e12c + 3969ee2 commit 7cdddc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,11 @@ So, for example (the real values will be longer):

```
TOKEN=xoxc-1111111
COOKIE="d=xoxd-1111111;"
COOKIE=d=xoxd-1111111;
```

Remember to quote if you pass them in a shell.

Using localslackirc
===================

Expand Down

0 comments on commit 7cdddc9

Please sign in to comment.