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

Change install cmd to always update sshcode #49

Merged
merged 1 commit into from
Apr 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.