Skip to content

Commit

Permalink
Update README.es.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlytoc authored Jun 28, 2024
1 parent 27cc49a commit eec481b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
1. Instala learnpack, el package manager para tutoriales de aprendizaje y el html compiler plugin para learnpack, asegúrate también de tener node.js 14+:

```bash
$ npm i learnpack -g
$ learnpack plugins:install learnpack-html
$ npm i @learnpack/learnpack -g
$ learnpack plugins:install @learnpack/html
```

2. Descarga estos ejercicios en particular usando learnpack y luego `cd` para entrar en la carpeta:
Expand All @@ -68,7 +68,7 @@ $ cd html-tutorial-exercises-course
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:

```bash
$ npm i jest@24.8.0 -g
$ npm i jest@29.7.0 [email protected].0 -g
$ learnpack start
```

Expand Down

0 comments on commit eec481b

Please sign in to comment.