0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00

Add README.md "Table of Contents"

This commit is contained in:
Peter Dave Hello 2017-10-23 13:26:37 +08:00
parent f2e8425c10
commit 219f9279a6

View File

@ -14,6 +14,20 @@ Node.js version management: no subshells, no profile setup, no convoluted API, j
(Unfortunately `n` is not supported on Windows yet. If you're able to make it work, send in a pull request!) (Unfortunately `n` is not supported on Windows yet. If you're able to make it work, send in a pull request!)
## Table of Contents
* [Installation](#installation)
* [Installing/Activating Versions](#installingactivating-versions)
* [Removing Versions](#removing-versions)
* [Binary Usage](#binary-usage)
* [Working with `npm`](#working-with-npm)
* [Usage](#usage)
* [Custom source](#custom-source)
* [Custom architecture](#custom-architecture)
* [Additional Details](#additional-details)
* [Core Team](#core-team)
* [License](#license)
## Installation ## Installation
Since you probably already have `node`, the easiest way to install `n` is through `npm`: Since you probably already have `node`, the easiest way to install `n` is through `npm`: