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

Commit

Permalink
Change install cmd to always update sshcode
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Apr 23, 2019
1 parent e7939fd commit 6e8395c
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 6e8395c

Please sign in to comment.