Add git clone step to docker install guide
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user