[Docs] add “update” terminology to installation section

Jarvis Mercer - Amir Mohammad Safari (AMSL) 2019-01-26 01:00:43 +03:30 committed by Jordan Harband
parent c6740f5a6e
commit 41eb40821b
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents ## Table of Contents
- [Installation](#installation) - [Installation and Update](#installation-and-update)
- [Install script](#install-script) - [Install & Update script](#install--update-script)
- [Ansible](#ansible) - [Ansible](#ansible)
- [Verify installation](#verify-installation) - [Verify installation](#verify-installation)
- [Important Notes](#important-notes) - [Important Notes](#important-notes)
@ -39,11 +39,11 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
## 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 ```sh
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash