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`