From 8afe0959fb64a1946527d1d90d27674789f9fe72 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Tue, 21 Mar 2023 11:34:14 -0600 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e50725..a919744 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ # How to use 1. You will need to have vscode and Docker installed. + - You must be able to run docker without `sudo`. To test this try running `docker version` and see if you get a permission error. If you get an error, see this [document for instructions on how to run docker without root privileges](DockerHelp.md). For Ubuntu, docker is installed with `sudo apt install docker.io` 2. Install the vscode extension for docker dev containers as shown in the image below ![Step 1](howtouse_devcontainer/1.png)