diff --git a/README.md b/README.md index fde991c..78c2e22 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ packages, you will probably want the following: 2. Activate the virtualenv. - source ./env/bin/activate + source ./venv/bin/activate 3. Install dependencies through `pip`. @@ -45,6 +45,8 @@ packages, you will probably want the following: Make sure to uncomment the appropriate database section (either sqlite or PostgreSQL). + mv personalsite/settings.py.example personalsite/settings.py + 5. Migrate changes. ./manage.py migrate