From 8093dbeacdfde0f4740ea6d5becb234dea9eb430 Mon Sep 17 00:00:00 2001 From: flip111 Date: Thu, 23 Jan 2020 20:32:07 +0100 Subject: [PATCH] [readme] add nvm intro Closes #2149. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a4b59bf..72a6b7a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## Table of Contents +- [About](#about) - [Installing and Updating](#installing-and-updating) - [Install & Update Script](#install--update-script) - [Additional Notes](#additional-notes) @@ -44,6 +45,9 @@ +## About +nvm is a version manager for [node.js](https://nodejs.org/en/), designed to be installed per-user, and invoked per-shell. `nvm` works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and windows WSL. + ## Installing and Updating