diff --git a/README.md b/README.md index 3b0d8b37..3e5b5fd3 100644 --- a/README.md +++ b/README.md @@ -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