From 9bdd4a3d8e91b8e6b940dcb172c52e9eaf54147e Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 24 Apr 2019 09:24:25 -0400 Subject: [PATCH] Readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 55e356e..88bbc89 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ - `createuser snipt` - `createdb snipt --owner=snipt` - `cp settings_local.py-template settings_local.py` // modify if necessary -- `curl -X PUT "localhost:9200/haystack?pretty"` -- `python manage.py update_index` // optional if you have a local DB dump with snipt - `make run` ## Deploying on Dokku