From 875625f8793622c0e5606b75250f85ef606d6991 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Wed, 11 Jan 2023 02:57:03 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae0a4d..259a126 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For Ubuntu, docker is installed with `sudo apt install docker.io` ![Step 3](howtouse_devcontainer/3.png) -5. Open the commands pallete (CTRL + SHIFT + P) or (CTRL + P + >) and type "open in container" and select "Dev Containers: Reopen in Container" +5. Open the commands palete (CTRL + SHIFT + P) or (CTRL + P + >) and type "open in container" and select "Dev Containers: Reopen in Container" ![Step 4](howtouse_devcontainer/4.png) @@ -29,3 +29,5 @@ For Ubuntu, docker is installed with `sudo apt install docker.io` ![Step 5](howtouse_devcontainer/5.png) + +8. Only the folders `.devcontainer`, `.vscode` and the file `Dockerfile` are needed for the container to function correctly. Delete everything else including `.git`