@nodenv/nodenv
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@nodenv/nodenv", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Manage multiple NodeJS versions", | ||
@@ -28,2 +28,3 @@ "homepage": "https://github.com/nodenv/nodenv#readme", | ||
"libexec", | ||
"nodenv.d", | ||
"src" | ||
@@ -30,0 +31,0 @@ ], |
@@ -30,6 +30,10 @@ [![Build Status](https://travis-ci.org/nodenv/nodenv.svg?branch=master)](https://travis-ci.org/nodenv/nodenv) | ||
wiki](https://github.com/nodenv/nodenv/wiki/Plugins). | ||
[**Why choose nodenv?**](https://github.com/nodenv/nodenv/wiki/Why-nodenv%3F) | ||
## Table of Contents | ||
* [How It Works](#how-it-works) | ||
<!-- toc --> | ||
- [How It Works](#how-it-works) | ||
* [Understanding PATH](#understanding-path) | ||
@@ -39,7 +43,7 @@ * [Understanding Shims](#understanding-shims) | ||
* [Locating the Node Installation](#locating-the-node-installation) | ||
* [Installation](#installation) | ||
- [Installation](#installation) | ||
* [Homebrew on macOS](#homebrew-on-macos) | ||
* [Upgrading with Homebrew](#upgrading-with-homebrew) | ||
+ [Upgrading with Homebrew](#upgrading-with-homebrew) | ||
* [Basic GitHub Checkout](#basic-github-checkout) | ||
* [Upgrading with Git](#upgrading-with-git) | ||
+ [Upgrading with Git](#upgrading-with-git) | ||
* [How nodenv hooks into your shell](#how-nodenv-hooks-into-your-shell) | ||
@@ -49,3 +53,3 @@ * [Installing Node versions](#installing-node-versions) | ||
* [Uninstalling nodenv](#uninstalling-nodenv) | ||
* [Command Reference](#command-reference) | ||
- [Command Reference](#command-reference) | ||
* [nodenv local](#nodenv-local) | ||
@@ -59,6 +63,8 @@ * [nodenv global](#nodenv-global) | ||
* [nodenv whence](#nodenv-whence) | ||
* [Environment variables](#environment-variables) | ||
* [Development](#development) | ||
* [Credits](#credits) | ||
- [Environment variables](#environment-variables) | ||
- [Development](#development) | ||
* [Credits](#credits) | ||
<!-- tocstop --> | ||
## How It Works | ||
@@ -232,3 +238,3 @@ | ||
* For **Ubuntu Desktop**: | ||
* For **Ubuntu Desktop** and **Windows Subsystem for Linux (WSL)**: | ||
~~~ bash | ||
@@ -235,0 +241,0 @@ $ echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.bashrc |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83663
40
529