Add git clone step to docker install guide

This commit is contained in:
Bertocq
2017-11-19 13:51:17 +01:00
parent 9da8849563
commit 3320164941
2 changed files with 11 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ Pending to be completed... Contributions Welcome!
## Installation
Clone the repo on your computer and enter the folder:
```bash
git clone git@github.com:consul/consul.git
cd consul
```
### macOS & Linux
Then lets create our secrets and database config files based on examples:

View File

@@ -48,6 +48,12 @@ Pendiente de ser completado... ¡Se agradecen las Contribuciones!
## Instalación
Clona el repositorio en tu ordenador y entra en el directorio:
```bash
git clone git@github.com:consul/consul.git
cd consul
```
### macOS & Linux
Creamos nuestros ficheros de secrets y database basados en los ejemplos:
```bash