diff --git a/README.md b/README.md index 5bdab8e8..cdcd2d9f 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Clone the repository in your local environment and follow the steps below: 1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+: ```sh -$ npm i learnpack -g -$ learnpack plugins:install learnpack-html +$ npm i @learnpack/learnpack -g +$ learnpack plugins:install @learnpack/html ``` 2. Download these particular exercises using learnpack and `cd` into the folder: @@ -67,7 +67,7 @@ $ cd html-tutorial-exercises-course 3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is: ```sh -$ npm i jest@24.8.0 -g +$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g $ learnpack start ```