Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #49 from codercom/docs
Browse files Browse the repository at this point in the history
Change install cmd to always update sshcode
  • Loading branch information
ammario authored Apr 23, 2019
2 parents e7939fd + 6e8395c commit 9b786d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Chrome is recommended.
Install with `go`:

```bash
go get go.coder.com/sshcode
go get -u go.coder.com/sshcode
```

Or, grab a [pre-built binary](https://github.com/codercom/sshcode/releases).
Expand Down Expand Up @@ -68,4 +68,4 @@ export VSCODE_EXTENSIONS_DIR="$HOME/.vscode-insiders/extensions"

By default, VS Code changes on the remote server won't be synced back
when the connection closes. To synchronize back to local when the connection ends,
pass the `-b` flag.
pass the `-b` flag.

0 comments on commit 9b786d5

Please sign in to comment.