Update 'README.md'

This commit is contained in:
Spencer Killen 2023-03-21 11:34:14 -06:00
parent 9a6f1bf18a
commit 8afe0959fb
1 changed files with 1 additions and 0 deletions

View File

@ -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)