diff --git a/readme.md b/readme.md index 20c7fc2..5b2fd9b 100644 --- a/readme.md +++ b/readme.md @@ -26,9 +26,10 @@ python manage.py runserver ```bash python3 -m venv env -source env/bin/activate +. env/bin/activate pip install -r requirements.txt sh download.sh +python manage.py migrate ``` ## ライセンス @@ -45,4 +46,4 @@ Copyright (c) 2020 first_user ## 作者 -[first_user](https://twitter.com/firstuser17) \ No newline at end of file +[first_user](https://twitter.com/firstuser17)