update in readme

This commit is contained in:
Oleg Silkin 2019-05-21 15:16:17 -04:00
parent 3ab97b171a
commit 6c94363ca2

View file

@ -22,7 +22,7 @@ $ source venv/bin/activate
### Running the server
Just run:
`(venv) $ python lbry_comment_server/main.py`
`(venv) $ python -m src.main.py`
and it should run automatically.