Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codercom/code-server
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Apr 18, 2019
2 parents 4d576ab + d5b03ef commit 95006a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth
```

- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
Expand Down

0 comments on commit 95006a4

Please sign in to comment.