From fdec71455afd4482b50b3225a0ae6e9537df5d56 Mon Sep 17 00:00:00 2001 From: Antony Garand Date: Wed, 5 Sep 2018 11:39:39 -0400 Subject: [PATCH] Add nvm-windows to frontend doc (#591) [ci skip] --- docs/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend.md b/docs/frontend.md index f95f717ff..f89435fff 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -3,7 +3,7 @@ Before doing any development in the front-end, ensure that [Node.js](https://nodejs.org) is installed. To install Node.js, you can do one of the following: * [Download and install the LTS version](https://nodejs.org/en/download), or -* [Download and install nvm](https://github.com/creationix/nvm) and follow their instructions to install the Node.js LTS version (recommended), or +* [Download and install nvm](https://github.com/creationix/nvm) ([win](https://github.com/coreybutler/nvm-windows)) and follow their instructions to install the Node.js LTS version (recommended), or * [Download and install n](https://github.com/tj/n) and follow their instructions to install the Node.js LTS version, or * Install Node.js via Homebrew (macOS only) `brew install node`