Skip to content

Commit befa76d

Browse files
Fix extra prefix dashes in install.sh (#6028)
1 parent e0ece19 commit befa76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Usage:
4646
Sets the prefix used by standalone release archives. Defaults to ~/.local
4747
The release is unarchived into ~/.local/lib/code-server-X.X.X
4848
and the binary symlinked into ~/.local/bin/code-server
49-
To install system wide pass ---prefix=/usr/local
49+
To install system wide pass --prefix=/usr/local
5050
5151
--rsh <bin>
5252
Specifies the remote shell for remote installation. Defaults to ssh.

0 commit comments

Comments
 (0)