Skip to content

Commit 9b4d8b7

Browse files
authored
Update README.md
1 parent 18d62a6 commit 9b4d8b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fasltly 12.0.0
1+
fasltly 12.1.0
22
rust 1.90.0
33
nodejs 24.7.0

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)