mirror of https://git.tuxpa.in/a/code-server.git
fix npm docs link in install.sh
This commit is contained in:
parent
4318ac6834
commit
3dcb92be40
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue