From e50bac5adfb7f255e0d59f62b68b4b6f361315f3 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 16 Jan 2019 12:01:57 -0500 Subject: [PATCH 1/2] Use toc-me for managed Table of Contents https://github.com/apps/toc-me --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8cbcc1d..6277008e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ node-build-prerelease is an [nodenv][] plugin (or more precisely, a [node-build][] plugin) that provides build definitions for nodejs prereleases (primarily release candidates). + + ## Installation ### Installing with Homebrew (for OS X users) From ef98402a6ad1477f38661db2a7dcac481ade6ec8 Mon Sep 17 00:00:00 2001 From: "toc-me[bot]" Date: Wed, 16 Jan 2019 17:02:41 +0000 Subject: [PATCH 2/2] Update ToC for README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6277008e..24d05124 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ node-build-prerelease is an [nodenv][] plugin (or more precisely, a [node-build] +- [Installation](#installation) + * [Installing with Homebrew (for OS X users)](#installing-with-homebrew-for-os-x-users) + * [Installing via git-clone](#installing-via-git-clone) + * [Installing via npm](#installing-via-npm) + * [Installing manually](#installing-manually) +- [Usage](#usage) + * [Setting NODE_BUILD_DEFINITIONS](#setting-node_build_definitions) + * [Passing build definition directly](#passing-build-definition-directly) + + + ## Installation ### Installing with Homebrew (for OS X users)