Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

# code-server's automatic install script.
# See https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
# See https://github.com/cdr/code-server/blob/main/docs/install.md

usage() {
arg0="$0"
Expand Down Expand Up @@ -67,7 +67,7 @@ Usage:

It will cache all downloaded assets into ~/.cache/code-server

More installation docs are at https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
More installation docs are at https://github.com/cdr/code-server/blob/main/docs/install.md
EOF
}

Expand Down