Skip to content

Commit

Permalink
Updated README testing instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirblc committed Sep 10, 2020
1 parent 4cf6d08 commit 3b550b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,14 @@ Once you've completed the setup for whichever approach you've chosen, run the fo

```
dropdb test-capstone && createdb test-capstone
psql test-capstone < capstone_db.sql
python test_app.py
```

Or, if using MacOS:
```
dropdb test-capstone && createdb test-capstone
psql test-capstone < capstone_db.sql
python3 test_app.py
```

Expand Down

0 comments on commit 3b550b7

Please sign in to comment.