We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2094043 commit 838a948Copy full SHA for 838a948
README.md
@@ -52,10 +52,9 @@ Clone the repository in your local environment and follow the steps below:
52
53
```sh
54
$ npm i @learnpack/learnpack -g
55
-$ learnpack plugins:install @learnpack/html
56
```
57
58
-2. Download these particular exercises using learnpack and `cd` into the folder:
+2. Download this particular exercise and `cd` into the folder:
59
60
61
$ git clone https://github.com/4GeeksAcademy/html-tutorial-exercises-course
@@ -67,7 +66,6 @@ $ cd html-tutorial-exercises-course
67
66
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
68
69
70
-$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g
71
$ learnpack start
72
73
0 commit comments