From 487d01bec0703aae03b0cae6f6ac5bf22c00331d Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Sun, 21 Apr 2019 17:19:58 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ef156e8..7c6a8a2 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,7 @@ Follow these steps to open this sample in a container: 2. Press F1 and select the **Remote-Container: Open Folder in Container...** command. 3. Select the cloned copy of this folder, wait for the container to start, and try things out! - -3. **[Windows]** Disable automatic line ending conversion for Git on the *Windows side* (given Linux and Windows use different line endings). Run: `git config --global core.autocrlf false` -4. Follow the steps at [https://aka.ms/vscode-remote/containers/getting-started](https://aka.ms/vscode-remote/containers/getting-started). -5. Run `yarn install` -6. Launch the application, edit, and try things out! - +3. Press ctrl+shift+\` to open a terminal window and run `yarn install` ## Contributing