diff --git a/02-write-your-first-program/README.md b/02-write-your-first-program/README.md index e31387323..e9484fe4a 100644 --- a/02-write-your-first-program/README.md +++ b/02-write-your-first-program/README.md @@ -62,6 +62,9 @@ func main() { ``` ### Run the program + +Note: You may need to install Gopls if you're using Visual Studio Code in orde to run your program. + * Finally, return back to the command-line. * Run it like this: `go run main.go` * If you create other files and run them all, you can use this command: