fix: specifying what files to run

This commit is contained in:
Aditya
2023-11-03 22:54:49 +05:30
parent 893ad3c52a
commit 19e4994231
+2 -2
View File
@@ -12,7 +12,7 @@ This folder has all parts necessary for the backend to run locally and in Docker
Shuffle's backend is written in Go, with apps being python (for now). More about local development can be seen in the main README.
Running the backend:
```
```bash
cd go-app
go run *.go
go run main.go docker.go walkoff.go
```