File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
53
53
54
54
``` bash
55
55
$ npm i @learnpack/learnpack -g
56
- $ learnpack plugins:install @learnpack/html
57
56
```
58
57
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:
60
59
61
60
``` bash
62
- $ learnpack download html-tutorial-exercises-course
61
+ $ git clone https://github.com/4GeeksAcademy/ html-tutorial-exercises-course
63
62
$ cd html-tutorial-exercises-course
64
63
```
65
64
@@ -68,7 +67,6 @@ $ cd html-tutorial-exercises-course
68
67
3 . Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
69
68
70
69
``` bash
71
- $ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g
72
70
$ learnpack start
73
71
```
74
72
You can’t perform that action at this time.
0 commit comments