Skip to content

Commit

Permalink
Add chmod to setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
curlew committed Jul 7, 2024
1 parent b803576 commit 95a026a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Container-based Discord bot using discord.py and PostgreSQL.
```bash
$ cp .env-sample .env
$ vim .env # set TOKEN and POSTGRES_PASSWORD
$ chmod 600 .env
```
5. Build and start the bot:
```bash
Expand Down

0 comments on commit 95a026a

Please sign in to comment.