From 5927d2e1a98e027ce3712e15358be05345f1d531 Mon Sep 17 00:00:00 2001 From: frikky Date: Tue, 14 Sep 2021 12:59:31 +0200 Subject: [PATCH] #516: Better description for local development --- .github/install-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/install-guide.md b/.github/install-guide.md index 8b41eb15..fa3d1030 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -84,6 +84,7 @@ npm start http://localhost:5001 - REST API - requires [>=go1.13](https://golang.org/dl/) ```bash export SHUFFLE_OPENSEARCH_URL="http://localhost:9200" +export SHUFFLE_ELASTIC=true cd backend/go-app go run *.go ```