Update README.md

Fixed spacing in Getting Started commands
This commit is contained in:
Michael Hall 2017-12-26 11:47:54 -05:00 committed by GitHub
parent ae1000850d
commit 7e59c428dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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