From 219f9279a695aeaf683af5a0b66012949470947a Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 23 Oct 2017 13:26:37 +0800 Subject: [PATCH] Add README.md "Table of Contents" --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7359e7e..08c164f 100644 --- a/README.md +++ b/README.md @@ -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!) +## 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 Since you probably already have `node`, the easiest way to install `n` is through `npm`: