From 941630911eb8b1d2c3d7530c4ace2a4750ca2c8a Mon Sep 17 00:00:00 2001 From: Dhaval Dave Date: Tue, 26 Apr 2022 16:21:11 +0530 Subject: [PATCH] updated installation guide --- .github/install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index df1e5a87..cac7b3b2 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -88,7 +88,7 @@ http://localhost:5001 - REST API - requires [>=go1.13](https://golang.org/dl/) export SHUFFLE_OPENSEARCH_URL="http://localhost:9200" export SHUFFLE_ELASTIC=true cd backend/go-app -go run *.go +go run main.go walkoff.go docker.go ``` Large portions of the backend is written in another repository - [shuffle-shared](https://github.com/frikky/shuffle-shared). If you want to update any of this code and test in realtime, we recommend following these steps: