diff --git a/docs/installation-and-operations/installation/manual/README.md b/docs/installation-and-operations/installation/manual/README.md index 27aadb21951..fc8d6e340c2 100644 --- a/docs/installation-and-operations/installation/manual/README.md +++ b/docs/installation-and-operations/installation/manual/README.md @@ -132,7 +132,7 @@ time to finish. [openproject@host] echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.profile [openproject@host] echo 'eval "$(nodenv init -)"' >> ~/.profile [openproject@host] source ~/.profile -[openproject@host] git clone git://github.com/OiNutter/node-build.git ~/.nodenv/plugins/node-build +[openproject@host] git clone https://github.com/OiNutter/node-build.git ~/.nodenv/plugins/node-build [openproject@host] nodenv install 14.16.0 [openproject@host] nodenv rehash