Browse Source

Add Chocolatey installation instructions (#529)

remotes/origin/add-with-shims
Chris Meagher 3 years ago committed by GitHub
parent
commit
965de40485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -74,6 +74,14 @@ scoop install fnm @@ -74,6 +74,14 @@ scoop install fnm
Then, [set up your shell for fnm](#shell-setup)
#### Using Chocolatey (Windows)
```sh
choco install fnm
```
Then, [set up your shell for fnm](#shell-setup)
#### Using Cargo (Linux/macOS/Windows)
```sh

Loading…
Cancel
Save