From 5c64309d0705fe117df734a02dca30b7e0ce7c5f Mon Sep 17 00:00:00 2001 From: kieferrm Date: Fri, 26 Apr 2019 22:39:45 +0000 Subject: [PATCH] doc review (yarn now runs automatically) --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3cf80b2..16e362d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Try Out Development Containers: Node.js -This is a sample project to go along with the "try" quick start for the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension. +This is a sample project to go along with the "Try a dev container" quick start for the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension. -**If you aren't already following the quick start, [see here](#setting-up-the-development-container).** +**If you aren't already following the quick start, [see below](#setting-up-the-development-container).** ## Things to try @@ -10,13 +10,10 @@ One you have this sample opened in a container, you'll be able to work with it l Some things to try: -1. **Use a Terminal run a command:** - 1. Press ctrl+shift+\` to open a terminal window - 2. Type `yarn install` - 3. The command will run even if you don't have yarn installed locally! -2. **Edit:** +1. **Edit:** 1. Open `server.js` 2. Try adding some code and check out the language features. +2. **Terminal:** Press Ctrl+Shift+\` and type `uname` and other Linux commands from the terminal window. 3. **Build, Run, and Debug:** 1. Open `server.js` 2. Add a breakpoint (e.g. on line 20). @@ -36,7 +33,7 @@ Some things to try: Follow these steps to open this sample in a container: -1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to get set up. +1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started). 2. If you're not yet in a development container: 1. Clone this repository. @@ -60,5 +57,5 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio ## License -Copyright © Microsoft Corporation All rights reserved.
+Copyright © Microsoft Corporation All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information.