Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:tj/n into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jun 6, 2021
2 parents bb930ea + 7962b9d commit 034ea10
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Node.js version management: no subshells, no profile setup, no convoluted API, j

![usage animation](https://nimit.io/images/n/n.gif)

(Note: `n` is not supported natively on Windows.)

- [`n` – Interactively Manage Your Node.js Versions](#n--interactively-manage-your-nodejs-versions)
- [Supported Platforms](#supported-platforms)
- [Installation](#installation)
- [Third Party Installers](#third-party-installers)
- [Installing Node.js Versions](#installing-nodejs-versions)
Expand All @@ -25,6 +24,13 @@ Node.js version management: no subshells, no profile setup, no convoluted API, j
- [Optional Environment Variables](#optional-environment-variables)
- [How It Works](#how-it-works)

## Supported Platforms

`n` is supported on macOS, Linux, including with Windows Subsystem for Linux, and various other unix-like systems.
It is written as a BASH script but does not require you to use BASH as your command shell.

`n` does not work in native shells on Microsoft Windows (like PowerShell), or Git for Windows BASH, or with the Cygwin DLL.

## Installation

Since you probably already have `node`, the easiest way to install `n` is through `npm`:
Expand Down

0 comments on commit 034ea10

Please sign in to comment.