File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,13 @@ Clone the repository in your local environment and follow the steps below:
52
52
1 . Install LearnPack, the package manager for learning tutorials and the HTML compiler plugin for LearnPack, make sure you also have node.js 14+:
53
53
54
54
``` bash
55
- $ npm i learnpack -g
56
- $ learnpack plugins:install learnpack-html
55
+ $ npm i @learnpack/learnpack-cli -g
57
56
```
58
57
59
58
2 . Download these particular exercises using LearnPack and ` cd ` into the folder:
60
59
61
60
``` bash
62
- $ learnpack download html-forms-tutorial-exercises
61
+ $ git clone https://github.com/4GeeksAcademy/ html-forms-tutorial-exercises
63
62
$ cd html-forms-tutorial-exercises
64
63
```
65
64
@@ -68,7 +67,6 @@ $ cd html-forms-tutorial-exercises
68
67
3 . Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
69
68
70
69
``` bash
71
- $ npm i jest@24.8.0 -g
72
70
$ learnpack start
73
71
```
74
72
<!-- endhide -->
You can’t perform that action at this time.
0 commit comments