Skip to content

Commit 9f25fd7

Browse files
authored
Update README.md
1 parent e87e760 commit 9f25fd7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ Clone the repository in your local environment and follow the steps below:
5252
1. Install LearnPack, the package manager for learning tutorials and the HTML compiler plugin for LearnPack, make sure you also have node.js 14+:
5353

5454
```bash
55-
$ npm i learnpack -g
56-
$ learnpack plugins:install learnpack-html
55+
$ npm i @learnpack/learnpack-cli -g
5756
```
5857

5958
2. Download these particular exercises using LearnPack and `cd` into the folder:
6059

6160
```bash
62-
$ learnpack download html-forms-tutorial-exercises
61+
$ git clone https://github.com/4GeeksAcademy/html-forms-tutorial-exercises
6362
$ cd html-forms-tutorial-exercises
6463
```
6564

@@ -68,7 +67,6 @@ $ cd html-forms-tutorial-exercises
6867
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6968

7069
```bash
71-
$ npm i jest@24.8.0 -g
7270
$ learnpack start
7371
```
7472
<!-- endhide -->

0 commit comments

Comments
 (0)