diff --git a/install.sh b/install.sh index 701beba62219ca8ad749d2d9ed572379f926b975..a1f231a3f40290aac08245fbb98bbb214c99c583 100755 --- a/install.sh +++ b/install.sh @@ -45,6 +45,11 @@ Usage: and the binary symlinked into ~/.local/bin/code-server To install system wide pass ---prefix=/usr/local + --start + Starts code-server after installation. If installing remotely and + the remote shell is ssh, then the remote port code-server is running + on is also forwarded locally for easy access. + --rsh Specifies the remote shell for remote installation. Defaults to ssh.