From 965de4048563d696174f913936937ad70bfa7a50 Mon Sep 17 00:00:00 2001 From: Chris Meagher Date: Sat, 11 Sep 2021 09:55:32 +0100 Subject: [PATCH] Add Chocolatey installation instructions (#529) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b9942b3..a5d70f9 100644 --- a/README.md +++ b/README.md @@ -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