Skip to content

Commit

Permalink
Escape the new line for the invoke command
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jul 4, 2016
1 parent 602e49c commit 1aed9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Then install the python packages from pypi in the virtualenv::
$ invoke create_settings \
--settings-path /home/wger/wger/settings.py \
--database-path /home/wger/wger/database.sqlite
$ invoke bootstrap_wger
$ invoke bootstrap_wger \
--settings-path /home/wger/wger/settings.py \
--no-start-server
$ python manage.py runserver
Expand Down

0 comments on commit 1aed9e0

Please sign in to comment.