mirror of
https://github.com/coder/code-server.git
synced 2024-11-22 19:23:16 +03:00
Fix extra prefix dashes in install.sh (#6028)
This commit is contained in:
parent
e0ece195c1
commit
befa76d09d
@ -46,7 +46,7 @@ Usage:
|
|||||||
Sets the prefix used by standalone release archives. Defaults to ~/.local
|
Sets the prefix used by standalone release archives. Defaults to ~/.local
|
||||||
The release is unarchived into ~/.local/lib/code-server-X.X.X
|
The release is unarchived into ~/.local/lib/code-server-X.X.X
|
||||||
and the binary symlinked into ~/.local/bin/code-server
|
and the binary symlinked into ~/.local/bin/code-server
|
||||||
To install system wide pass ---prefix=/usr/local
|
To install system wide pass --prefix=/usr/local
|
||||||
|
|
||||||
--rsh <bin>
|
--rsh <bin>
|
||||||
Specifies the remote shell for remote installation. Defaults to ssh.
|
Specifies the remote shell for remote installation. Defaults to ssh.
|
||||||
|
Loading…
Reference in New Issue
Block a user