Skip to content

Commit 0930d67

Browse files
authored
Update README.es.md
1 parent 838a948 commit 0930d67

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.es.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
5353

5454
```bash
5555
$ npm i @learnpack/learnpack -g
56-
$ learnpack plugins:install @learnpack/html
5756
```
5857

59-
2. Descarga estos ejercicios en particular usando learnpack y luego `cd` para entrar en la carpeta:
58+
2. Descarga estos ejercicios en particular y luego `cd` para entrar en la carpeta:
6059

6160
```bash
62-
$ learnpack download html-tutorial-exercises-course
61+
$ git clone https://github.com/4GeeksAcademy/html-tutorial-exercises-course
6362
$ cd html-tutorial-exercises-course
6463
```
6564

@@ -68,7 +67,6 @@ $ cd html-tutorial-exercises-course
6867
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6968

7069
```bash
71-
$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g
7270
$ learnpack start
7371
```
7472

0 commit comments

Comments
 (0)