Skip to content

Commit

Permalink
Update Contributing.md (flyteorg#515)
Browse files Browse the repository at this point in the history
Add line how to add nodejs plugin to asdf, to simplify setup
  • Loading branch information
anrusina authored Jun 23, 2022
1 parent 7606fdf commit 075a1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ brew install asdf
brew install vips
```

- Add Yarn plugin to asdf, to manage yarn versions
- Add Yarn and NodeJs plugins to asdf, to manage versions

```bash
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf plugin-add yarn https://github.com/twuni/asdf-yarn.git
brew install gpg
```
Expand Down

0 comments on commit 075a1f9

Please sign in to comment.