Browse Source

Add scoop support (#329)

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

8
README.md

@ -24,8 +24,6 @@ @@ -24,8 +24,6 @@
### Using a script (MacOS/Linux)
> :wave: Hey, I'm sorry that the automated way does not support Windows yet. Feel free to contribute it! Maybe [Chocolatey](https://chocolatey.org/) or [Scoop](https://scoop.sh/)?
For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh):
```bash
@ -66,6 +64,12 @@ curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "./.fnm" -- @@ -66,6 +64,12 @@ curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "./.fnm" --
brew install fnm
```
#### Using Scoop (Windows)
```bash
scoop install fnm
```
Then apply the changes the installer prints, to set up your shell profile.
#### Using a release binary (Linux/Mac/Windows)

Loading…
Cancel
Save