1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

fix typo in MacOS docker instructions (#353)

This commit is contained in:
notyouraveragehooman 2020-08-27 08:36:39 -07:00 committed by GitHub
parent 9054feeefd
commit 01122ed3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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