Browse Source

Add installation instructions from cargo (#334)

Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
remotes/origin/add-with-shims
木杉 4 years ago committed by GitHub
parent
commit
e26f484916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -101,6 +101,12 @@ Then apply the changes the installer prints, to set up your shell profile. @@ -101,6 +101,12 @@ Then apply the changes the installer prints, to set up your shell profile.
FOR /f "tokens=*" %i IN ('fnm env --use-on-cd') DO CALL %i
```
#### Using Cargo (Linux/Mac/Windows)
```bash
cargo install fnm
```
## Completions
fnm ships its completions with the binary:

Loading…
Cancel
Save