Skip to content

Commit bd2698d

Browse files
authored
Merge pull request #144 from 4GeeksAcademy/Charlytoc-patch-8
Update README.md
2 parents 946067e + fdee77c commit bd2698d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Clone the repository in your local environment and follow the steps below:
5151
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
5252

5353
```sh
54-
$ npm i learnpack -g
55-
$ learnpack plugins:install learnpack-html
54+
$ npm i @learnpack/learnpack -g
55+
$ learnpack plugins:install @learnpack/html
5656
```
5757

5858
2. Download these particular exercises using learnpack and `cd` into the folder:
@@ -67,7 +67,7 @@ $ cd html-tutorial-exercises-course
6767
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6868

6969
```sh
70-
$ npm i jest@24.8.0 -g
70+
$ npm i jest@29.7.0 [email protected] -g
7171
$ learnpack start
7272
```
7373

0 commit comments

Comments
 (0)