Add note about node path
This commit is contained in:
parent
b5d28eb5cd
commit
3b877ec763
|
@ -101,7 +101,7 @@ enigma_footer() {
|
||||||
log "ENiGMA½ installation complete!"
|
log "ENiGMA½ installation complete!"
|
||||||
echo -e "\e[33m"
|
echo -e "\e[33m"
|
||||||
cat << EndOfMessage
|
cat << EndOfMessage
|
||||||
If this is the first time you've installed ENiGMA½, you now need to generate a minimal configuration. To do so, run the following commands:
|
If this is the first time you've installed ENiGMA½, you now need to generate a minimal configuration. To do so, run the following commands (note: if you did not already have node.js installed, you may need to log out/back in to refresh your path):
|
||||||
|
|
||||||
cd ${ENIGMA_INSTALL_DIR}
|
cd ${ENIGMA_INSTALL_DIR}
|
||||||
./oputil.js config new
|
./oputil.js config new
|
||||||
|
|
Loading…
Reference in New Issue