Merge pull request #112 from consul/clone_consistency

Use the same URL to clone the repo everywhere
This commit is contained in:
Javi Martín
2021-12-13 16:05:55 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ If you encounter the "WSL 2 installation incomplete" error:
Clone the repo on your computer and enter the folder:
```bash
git clone git@github.com:consul/consul.git
git clone https://github.com/consul/consul.git
cd consul
```

View File

@@ -64,7 +64,7 @@ Si encuentras el error "WSL 2 installation incomplete":
Clona el repositorio en tu ordenador y entra en el directorio:
```bash
git clone git@github.com:consul/consul.git
git clone https://github.com/consul/consul.git
cd consul
```