diff --git a/README.md b/README.md index 4e65a5b..ee34a13 100644 --- a/README.md +++ b/README.md @@ -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: