Add sshcode to the readme

This commit is contained in:
Kyle Carberry 2019-04-19 21:20:31 -04:00
parent 166efcb17e
commit c56e2797cc
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/c
## Getting Started
### Run over SSH
Use [sshcode](https://github.com/codercom/sshcode) to easily run via SSH.
### Docker
See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile).