Fix: Should add more detail about current directory

This commit is contained in:
Ji Qu
2019-12-09 14:42:12 +08:00
committed by GitHub
parent 5eb65636b9
commit 4dd2f51d5e

View File

@@ -13,6 +13,7 @@ are not the defaults for these languages:
To install these is pretty simple, you can just run:
cd pinry
pip install pipenv
npm install -g yarn
@@ -24,7 +25,8 @@ After that you can install this project with:
You will need to run two separate items as of right now, the SPA and the
backend:
pipenv run python manage.py
pipenv run python manage.py migrate
pipenv run python manage.py runserver
And from another terminal: