From 2c33eaca5339c31e7c574dc2726f4ec249e235da Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 19 Apr 2019 13:28:22 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f04c831..2876234 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Some things to try: 1. **Edit:** 1. Open `server.go` 2. Try adding some code and check out the language features. +2. **Terminal:** Press ctrl+shift+\` and type `uname` and or other Linux commands from the terminal window. 2. **Build, Run, and Debug:** 1. Open `sever.go` 2. Add a breakpoint.