-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
838a948
commit 0930d67
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
|
||
```bash | ||
$ 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: | ||
2. Descarga estos ejercicios en particular y luego `cd` para entrar en la carpeta: | ||
|
||
```bash | ||
$ learnpack download html-tutorial-exercises-course | ||
$ git clone https://github.com/4GeeksAcademy/html-tutorial-exercises-course | ||
$ cd html-tutorial-exercises-course | ||
``` | ||
|
||
|
@@ -68,7 +67,6 @@ $ 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 [email protected] [email protected] -g | ||
$ learnpack start | ||
``` | ||
|
||
|