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

Commit 9b786d5

Browse files
authored
Merge pull request #49 from codercom/docs
Change install cmd to always update sshcode
2 parents e7939fd + 6e8395c commit 9b786d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Chrome is recommended.
2323
Install with `go`:
2424

2525
```bash
26-
go get go.coder.com/sshcode
26+
go get -u go.coder.com/sshcode
2727
```
2828

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

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

0 commit comments

Comments
 (0)