From d834371a8085aac8bf87325e01e834944d7ba30f Mon Sep 17 00:00:00 2001 From: john-okeefe Date: Wed, 25 Oct 2023 12:03:32 -0400 Subject: [PATCH] Updated README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b6fd22..6b3803f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Playing with Golang mostly using the Head First Go book. Entry point is playground.go. -To run use +To run the playground use ```sh +cd playground go run trying_out_go ``` +For any other folders, these are all separate go programs. Use the commands above and edit playground and trying_out_go to the matching folder name. \ No newline at end of file