From 157dd080d738b00910d32db432324911cb44cfe9 Mon Sep 17 00:00:00 2001 From: mkenigs <40775676+mkenigs@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b82faa2dc9..aa2d0650ab41 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Try it out: ```bash -docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server:1.621 --allow-http --no-auth +docker run -it -p 127.0.0.1:8443:8443 -v ~/coder:/home/coder/project codercom/code-server:1.621 --allow-http --no-auth ``` - Code on your Chromebook, tablet, and laptop with a consistent dev environment.