diff options
| author | notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> | 2020-08-27 08:36:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 11:36:39 -0400 |
| commit | 01122ed3e8c6bf87f78879a3740977643c1a8c97 (patch) | |
| tree | 2bd8ee839820116b640ad075af5b466b7bf52a36 /README.md | |
| parent | 9054feeefd3fe17c460656b5832dbca11229ad19 (diff) | |
fix typo in MacOS docker instructions (#353)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ Note that this will be done in another tab while you leave the docker-sync tab g To get the container id, use `docker container ls` and use the ID from the container with image oot:latest in the following command: -`docker exec-it <CONTAINER-ID> /bin/bash` You're in. +`docker exec -it <CONTAINER-ID> /bin/bash` You're in. > Note: When done working, type Ctrl+c on the docker-sync tab to close the container and docker-sync. |
