From 86c8c5e7fb709f0bb1fdcdd6c4fc002954540a68 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 8 Apr 2020 17:55:48 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca4a564..37a7266 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,17 @@ 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). -2. To use this repository, you can either open a locally cloned copy of the code: - - - Clone this repository to your local filesystem. - - Press F1 and select the **Remote-Containers: Open Folder in Container...** command. - - Select the cloned copy of this folder, wait for the container to start, and try things out! - - Or open the repository in an isolated Docker volume: +2. To use this repository, you can either open the repository in an isolated Docker volume: - Press F1 and select the **Remote-Containers: Try a Sample...** command. - Choose the "Node" sample, wait for the container to start and try things out! > **Note:** Under the hood, this will use **Remote-Containers: Open Repository in Container...** command to clone the source code in a Docker volume instead of the local filesystem. + Or open a locally cloned copy of the code: + + - Clone this repository to your local filesystem. + - Press F1 and select the **Remote-Containers: Open Folder in Container...** command. + - Select the cloned copy of this folder, wait for the container to start, and try things out! ## Things to try Once you have this sample opened in a container, you'll be able to work with it like you would locally.