fix readme

This commit is contained in:
Untone 2021-06-30 14:55:33 +03:00
parent 4d76b069ae
commit 486c99dc67

View File

@ -11,17 +11,17 @@ Tech stack:
Install redis and pipenv first Install redis and pipenv first
''' ```
brew install redis pipenv brew install redis pipenv
brew services start redis brew services start redis
''' ```
Then run API server Then run API server
''' ```
pipenv shell pipenv shell
python3 server.py python3 server.py
''' ```
# With Docker # With Docker