From 6fc408e4008b044c65ff4ab4dd97e4e165f12edd Mon Sep 17 00:00:00 2001 From: Jagadeeshan S Date: Thu, 5 May 2022 06:49:48 +0000 Subject: [PATCH] Update README.md The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. --- docs/installation-and-operations/installation/manual/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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