updated installation guide

This commit is contained in:
Dhaval Dave
2022-04-26 16:21:11 +05:30
committed by GitHub
parent 52e6d79509
commit 941630911e
+1 -1
View File
@@ -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: