|
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/nodenv/node-build-prerelease) |
4 | 4 |
|
5 | | -node-build-prerelease is an [nodenv][] plugin (or more precisely, a [node-build][] plugin) that provides build definitions for nodejs prereleases (primarily release candidates). |
| 5 | +node-build-prerelease is an [nodenv][] plugin (or more precisely, a [node-build][] plugin) that provides build definitions for Node.js prereleases (primarily release candidates). |
6 | 6 |
|
7 | 7 | <!-- toc --> |
8 | 8 |
|
9 | 9 | - [Installation](#installation) |
10 | | - * [Installing with Homebrew (for OS X users)](#installing-with-homebrew-for-os-x-users) |
11 | | - * [Installing via git-clone](#installing-via-git-clone) |
12 | | - * [Installing via npm](#installing-via-npm) |
13 | | - * [Installing manually](#installing-manually) |
| 10 | + - [Installing with Homebrew (for macOS users)](#installing-with-homebrew-for-macos-users) |
| 11 | + - [Installing via git-clone](#installing-via-git-clone) |
| 12 | + - [Installing via npm](#installing-via-npm) |
| 13 | + - [Installing manually](#installing-manually) |
14 | 14 | - [Usage](#usage) |
15 | | - * [Setting NODE_BUILD_DEFINITIONS](#setting-node_build_definitions) |
16 | | - * [Passing build definition directly](#passing-build-definition-directly) |
| 15 | + - [Setting NODE_BUILD_DEFINITIONS](#setting-node_build_definitions) |
| 16 | + - [Passing build definition directly](#passing-build-definition-directly) |
17 | 17 |
|
18 | 18 | <!-- tocstop --> |
19 | 19 |
|
20 | 20 | ## Installation |
21 | 21 |
|
22 | | -### Installing with Homebrew (for OS X users) |
| 22 | +### Installing with Homebrew (for macOS users) |
23 | 23 |
|
24 | | -Mac OS X users can install node-build-prerelease with the [Homebrew][]. |
25 | | -Installing via Homebrew will make node-build aware of nodejs prereleases automatically. |
| 24 | +MacOS users can install node-build-prerelease with the [Homebrew][]. |
| 25 | +Installing via Homebrew will make node-build aware of Node.js prereleases automatically. |
26 | 26 |
|
27 | | -*This is the recommended method of installation if you installed nodenv or node-build with Homebrew.* |
| 27 | +_This is the recommended method of installation if you installed nodenv or node-build with Homebrew._ |
28 | 28 |
|
29 | 29 | brew install nodenv/nodenv/node-build-prerelease |
30 | 30 |
|
31 | | -There is the added delay between when a new version of node-build-prerelease is released, and when the homebrew formula is updated to point to it. |
32 | | -Typically this additional delay is only a matter of days and is well worth the simplicity of using homebrew to manage nodenv plugins. |
| 31 | +There is the added delay between when a new version of node-build-prerelease is released, and when the Homebrew formula is updated to point to it. |
| 32 | +Typically this additional delay is only a matter of days and is well worth the simplicity of using Homebrew to manage nodenv plugins. |
33 | 33 |
|
34 | 34 | (And if you _really_ want to be on the bleeding edge of node-build, you can skip waiting on node-build/node-build-prerelease to update and scrape new node releases yourself with [node-build-update-defs][].) |
35 | 35 |
|
|
106 | 106 |
|
107 | 107 | node-build /path/to/node-build-prerelease/share/node-build/8.0.0-rc.2 /dest/path/8.0.0-rc.2 |
108 | 108 |
|
109 | | - |
110 | | - |
111 | 109 | [homebrew]: http://brew.sh |
112 | 110 | [nodenv]: https://github.com/nodenv/nodenv |
113 | 111 | [node-build]: https://github.com/nodenv/node-build |
|
0 commit comments