Skip to content

Commit

Permalink
Updated README with database setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
Amdrel committed May 27, 2019
1 parent f18b0a9 commit 7b288e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

# Run the bot.
# Setup the postgres database schema (requires an empty db)
source ./env.sh
./main.py
alembic upgrade head

# Run the bot.
./run.sh

# Done!
```
Expand Down

0 comments on commit 7b288e3

Please sign in to comment.