Update README.md
Fixed spacing in Getting Started commands
This commit is contained in:
parent
ae1000850d
commit
7e59c428dc
1 changed files with 3 additions and 0 deletions
|
@ -12,8 +12,11 @@ Get Together is an open source event manager for local communities.
|
|||
To start running the service use the following commands:
|
||||
|
||||
`virtualenv --python=python3 ./env`
|
||||
|
||||
`./env/bin/python manage.py migrate`
|
||||
|
||||
`./env/bin/python manage.py createsuperuser`
|
||||
|
||||
`./env/bin/python manage.py runserver`
|
||||
|
||||
## Getting Involved
|
||||
|
|
Loading…
Reference in a new issue