From 6e8395c85709bba86610441073dfd268d94b184e Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 23 Apr 2019 07:37:41 -0400 Subject: [PATCH] Change install cmd to always update sshcode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ff4e55..693a31d 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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. \ No newline at end of file +pass the `-b` flag.