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
'''
```
brew install redis pipenv
brew services start redis
'''
```
Then run API server
'''
```
pipenv shell
python3 server.py
'''
```
# With Docker