From 19e499423171c85a0af8d40ca43a41c35c7833c4 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:54:49 +0530 Subject: [PATCH] fix: specifying what files to run --- backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 4a3e0599..1262e1e8 100755 --- a/backend/README.md +++ b/backend/README.md @@ -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 ```