We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7939fd commit 6e8395cCopy full SHA for 6e8395c
README.md
@@ -23,7 +23,7 @@ Chrome is recommended.
23
Install with `go`:
24
25
```bash
26
-go get go.coder.com/sshcode
+go get -u go.coder.com/sshcode
27
```
28
29
Or, grab a [pre-built binary](https://github.com/codercom/sshcode/releases).
@@ -68,4 +68,4 @@ export VSCODE_EXTENSIONS_DIR="$HOME/.vscode-insiders/extensions"
68
69
By default, VS Code changes on the remote server won't be synced back
70
when the connection closes. To synchronize back to local when the connection ends,
71
-pass the `-b` flag.
+pass the `-b` flag.
0 commit comments