From 01122ed3e8c6bf87f78879a3740977643c1a8c97 Mon Sep 17 00:00:00 2001 From: notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> Date: Thu, 27 Aug 2020 08:36:39 -0700 Subject: [PATCH] fix typo in MacOS docker instructions (#353) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deb590eebf..1ce07d2ae8 100644 --- a/README.md +++ b/README.md @@ -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 /bin/bash` You're in. +`docker exec -it /bin/bash` You're in. > Note: When done working, type Ctrl+c on the docker-sync tab to close the container and docker-sync.