From ad5e1809d6668fd84a138babff10e664cee3185d Mon Sep 17 00:00:00 2001 From: verdacciobot <35213902+verdacciobot@users.noreply.github.com> Date: Mon, 8 Jan 2018 07:46:19 +0100 Subject: [PATCH] New translations install.md (Spanish) --- website/translated_docs/es-ES/install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/translated_docs/es-ES/install.md b/website/translated_docs/es-ES/install.md index 850eb2fda..9d50e01e5 100644 --- a/website/translated_docs/es-ES/install.md +++ b/website/translated_docs/es-ES/install.md @@ -5,24 +5,24 @@ title: Installation --- Verdaccio is a multiplatform web application, to install you need at least some prerequisites. -#### Requisitos previos +#### Prerequisites 1. Node higher than - For version *2.x* we support from **4.6.1** - For version *3.x* we support as minimum **6.12.0** 2. npm *>=3.x* or yarn -## Instalando el CLI +## Installing the CLI -`Verdaccio` se debe instalar globalmente usando la mas reciente +`Verdaccio` must be install globaly using any of the most modern -Usando `npm` +Using `npm` ```bash npm install -g verdaccio ``` -o usando `yarn` +or using `yarn` ```bash yarn global add verdaccio