From 3b511798db6dc330f1384435f60d7c62f0df6ca2 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Wed, 15 Jan 2020 20:23:45 -0500 Subject: [PATCH] Tone down enthusiasm Signed-off-by: Alek Ratzloff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09f6ad8..22a3776 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Details coming soon... # Running -1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`!) +1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`) 2. Run `pipenv run ./local-manage.sh migrate` to create a local database 3. Run `pipenv run ./local-manage.sh createsuperuser` to create a superuser. 4. Run `pipenv run ./local-manage.sh runserver` to run a local server.