mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Add instructions how to install nodenv
This commit is contained in:
@@ -10,6 +10,12 @@ set -e
|
||||
|
||||
if ! command -v nodenv > /dev/null; then
|
||||
printf "Please install https://github.com/nodenv/nodenv.\n"
|
||||
printf '```'"\n"
|
||||
printf "git clone https://github.com/nodenv/nodenv.git ~/.nodenv\n"
|
||||
printf "git clone https://github.com/nodenv/node-build.git ~/.nodenv/plugins/node-build\n"
|
||||
printf "nodenv init\n"
|
||||
printf 'eval "$(nodenv init -)"'"\n"
|
||||
printf '```'"\n"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user