From 41eb40821ba06c2a032bc693fb6c8e744bc0ed3b Mon Sep 17 00:00:00 2001 From: "Jarvis Mercer - Amir Mohammad Safari (AMSL)" Date: Sat, 26 Jan 2019 01:00:43 +0330 Subject: [PATCH] =?UTF-8?q?[Docs]=20add=20=E2=80=9Cupdate=E2=80=9D=20termi?= =?UTF-8?q?nology=20to=20installation=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90b4ee8..a9fc2b8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Table of Contents -- [Installation](#installation) - - [Install script](#install-script) +- [Installation and Update](#installation-and-update) + - [Install & Update script](#install--update-script) - [Ansible](#ansible) - [Verify installation](#verify-installation) - [Important Notes](#important-notes) @@ -39,11 +39,11 @@ -## Installation +## Installation and Update -### Install script +### Install & Update script -To install or update nvm, you can use the [install script][2] using cURL: +To **install** or **update** nvm, you can use the [install script][2] using cURL: ```sh curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash