projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f019b86
)
typo fix
author
AJ ONeal
<aj@therootcompany.com>
Sun, 12 Jul 2020 02:29:13 +0000
(
02:29
+0000)
committer
AJ ONeal
<coolaj86@gmail.com>
Mon, 13 Jul 2020 03:31:02 +0000
(21:31 -0600)
node/README.md
patch
|
blob
|
history
diff --git
a/node/README.md
b/node/README.md
index 828dfae7ee854e860b35f1dc2eda945cbf534668..75fe146da5b03b653d95ec674322589b33caf3fc 100644
(file)
--- a/
node/README.md
+++ b/
node/README.md
@@
-27,7
+27,7
@@
Installing node via webi will:
- update your `PATH` in `$HOME/.config/envman/PATH.env`
- run `npm config set scripts-prepend-node-path=true`
- (prevents conflicts with other installed node versions)
-- absolutely leave system file permisions alone
+- absolutely leave system file permis
s
ions alone
- (no dreaded `sudo npm` permission errors)
### Hello World