Skip to content

Commit 5b09917

Browse files
authored
Added nodejs instructions
1 parent 73ecfda commit 5b09917

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ asdf install rust $(grep '^rust ' .tool-versions | awk '{print $2}')
6767
asdf reshim
6868
```
6969

70+
### NodeJS
71+
72+
#### Install NodeJS with asdf
73+
```sh
74+
brew install asdf
75+
asdf plugin add nodejs
76+
asdf install nodejs $(grep '^nodejs ' .tool-versions | awk '{print $2}')
77+
asdf reshim
78+
```
79+
7080
#### Fix path for Bash
7181

7282
Edit ~/.bash_profile to add path for asdf shims:

0 commit comments

Comments
 (0)