sshcode icon indicating copy to clipboard operation
sshcode copied to clipboard

Readme not well defined!

Open asutosh97 opened this issue 6 years ago • 6 comments

Readme doesn't specify the explicitly on what needs to be done on the server and what on the local. Please have that clarity.

asutosh97 avatar Aug 23 '19 07:08 asutosh97

Sorry about this! I'll work on improving the documentation soon.

The basic instructions are:

  1. On your local machine, install sshcode.
  2. Run sshcode user@remote-ip where user@remote-ip is the normal way you'd connect to the remote server with ssh.
  3. Wait until it's updated and connected (this will happen automatically).
  4. A window will appear (if you have Chrome/Chromium installed locally) with code-server running in it.

deansheather avatar Aug 23 '19 21:08 deansheather

Thanks, it worked. But I had to make use of pre-built binary. I was unable to build it from source.

asutosh97 avatar Aug 26 '19 12:08 asutosh97

By follow the instruction in the Install section, I ran the command: go get -u go.coder.com/sshcode

After that, I ran the command: sshcode [email protected]

And I got the error message: command not found: sshcode

What am I missing? What is the thing I need to do to complete the Installation? Please give me some guidelines @deansheather

linherest avatar Nov 26 '19 13:11 linherest

@linherest This is a common golang issue, check that $GOPATH/bin is inside your path,

if $GOPATH is not set, check that $HOME/go/bin is in your path, as this is where go installs compiled binaries

Merith-TK avatar Nov 26 '19 17:11 Merith-TK

I found sshcode in the path: $HOME/go/bin

I am running the command: sshcode [email protected] and it's in installing process.

Thanks for you time!

linherest avatar Nov 27 '19 01:11 linherest

No worries!

Merith-TK avatar Nov 27 '19 02:11 Merith-TK