fix npm docs link in install.sh

This commit is contained in:
Ben 2021-02-08 09:32:43 -05:00
parent 4318ac6834
commit 3dcb92be40
No known key found for this signature in database
GPG Key ID: EB8C3CA53E63B1CB
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ install_npm() {
echoh
echoerr "Please install npm or yarn to install code-server!"
echoerr "You will need at least node v12 and a few C dependencies."
echoerr "See the docs https://github.com/cdr/code-server#yarn-npm"
echoerr "See the docs https://github.com/cdr/code-server/blob/master/docs/install.md#yarn-npm"
exit 1
}