mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-26 14:46:16 +00:00
fix typo in MacOS docker instructions (#353)
This commit is contained in:
parent
9054feeefd
commit
01122ed3e8
1 changed files with 1 additions and 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:
|
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.
|
> Note: When done working, type Ctrl+c on the docker-sync tab to close the container and docker-sync.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue