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