Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add git clone step to docker install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bertocq committed Nov 19, 2017
1 parent 153c4c6 commit a0f47bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/getting_started/docker.md
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions es/getting_started/docker.md
Expand Up @@ -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
Expand Down

0 comments on commit a0f47bf

Please sign in to comment.