From f39a64fbfed73549c7da24a6a10e73ac3e08c973 Mon Sep 17 00:00:00 2001 From: Shikanime Deva Date: Fri, 17 May 2019 14:14:34 +0200 Subject: [PATCH] Fix ` key typo --- containers/debian-9-git/README.md | 2 +- containers/ubuntu-18.04-git/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/debian-9-git/README.md b/containers/debian-9-git/README.md index e5e64a9e9c..3a2e8ca4e2 100644 --- a/containers/debian-9-git/README.md +++ b/containers/debian-9-git/README.md @@ -38,7 +38,7 @@ This definition includes some test code that will help you verify it is working 2. Clone this repository. 3. Start VS Code, press F1, and select **Remote-Containers: Open Folder in Container...** 4. Select the `containers/debian-9-git` folder. -5. Press ctrl+shift+` and type the following command to verify installation: `apt-get update && apt-get install -y lsb-release && git --version && lsb_release -a` +5. Press ctrl+shift+\` and type the following command to verify installation: `apt-get update && apt-get install -y lsb-release && git --version && lsb_release -a` 6. After lsb_release installs, you should see the Git version and details about the version of Linux in the container. ## License diff --git a/containers/ubuntu-18.04-git/README.md b/containers/ubuntu-18.04-git/README.md index ee726d7ae9..9017fae4cf 100644 --- a/containers/ubuntu-18.04-git/README.md +++ b/containers/ubuntu-18.04-git/README.md @@ -38,7 +38,7 @@ This definition includes some test code that will help you verify it is working 2. Clone this repository. 3. Start VS Code, press F1, and select **Remote-Containers: Open Folder in Container...** 4. Select the `containers/ubuntu-18.04-git` folder. -5. Press ctrl+shift+` and type the following command to verify installation: `apt-get update && apt-get install -y lsb-release && git --version && lsb_release -a` +5. Press ctrl+shift+\` and type the following command to verify installation: `apt-get update && apt-get install -y lsb-release && git --version && lsb_release -a` 6. After lsb_release installs, you should see the Git version and details about the version of Linux in the container. ## License