From 7e59c428dc834018e3fe5c7053e48e28d4a5aa06 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 26 Dec 2017 11:47:54 -0500 Subject: [PATCH] Update README.md Fixed spacing in Getting Started commands --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 014916a..057ed46 100644 --- a/README.md +++ b/README.md @@ -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