From e26f4849168fcdeb0a8c2f98adf64d095d5963ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Tue, 24 Nov 2020 21:21:42 +0800 Subject: [PATCH] Add installation instructions from cargo (#334) Co-authored-by: Gal Schlezinger --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: