From 5e720b4511d79e3aa09eb78dce3be4f5d3ece704 Mon Sep 17 00:00:00 2001 From: Nicholas Farley Date: Thu, 15 Mar 2018 13:57:42 -0400 Subject: [PATCH] Improve grammar and wording in docs/install.md --- docs/install.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/install.md b/docs/install.md index c1b65583f..a0e2de212 100644 --- a/docs/install.md +++ b/docs/install.md @@ -3,19 +3,19 @@ id: installation title: "Installation" --- -Verdaccio is a multiplatform web application, to install you need at least some prerequisites. +Verdaccio is a multiplatform web application. To install it, you need a few prerequisites. #### Prerequisites 1. Node higher than - - For version `verdaccio@2.x` we support from Node `v4.6.1`. - - For version `verdaccio@3.x` we support as minimum Node `6.12.0` + - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. + - For version `verdaccio@3.x` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` -3. The web interface support browsers `Chrome, Firefox, Edge, and IE9` +3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. ## Installing the CLI -`verdaccio` must be install globaly using any of the most modern +`verdaccio` must be installed globaly using either of the following methods: Using `npm` @@ -30,7 +30,7 @@ yarn global add verdaccio ## Basic Usage -Once has been installed you only need to execute the CLI command. +Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio @@ -40,8 +40,8 @@ warn --- http address - http://localhost:5555/ - verdaccio/3.0.0 ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) -For more information about CLI please [read the cli section](cli.md). +For more information about the CLI, please [read the cli section](cli.md). ## Docker Image -`verdaccio` has a official docker image you can use, in the most of cases is good enough just the default configuration, for more information about how to install the official image [read the docker section](docker.md). +`verdaccio` has an official docker image you can use, and in most cases, the default configuration is good enough. For more information about how to install the official image, [read the docker section](docker.md).