Skip to content

Commit b1ed36c

Browse files
authored
Update README.md
1 parent c6c3767 commit b1ed36c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,23 @@ I strongly recommend doing this tutorials in this order:
2828

2929
## Local Installation
3030

31-
1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 10+ and python version 3+. This is the command to install the breathecode-cli
32-
```
33-
$ npm i breathecode-cli -g
31+
1) Make sure you have [learnpack](https://github.com/learnpack/learnpack-cli) installed and `node.js` version v14+ and jest v27. This is the command to install the learnpack-cli and jest:
32+
33+
```sh
34+
$ npm i learnpack jest@27.0.6 -g
3435
```
3536

3637
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
3738

38-
3) Start the tutorial/exercises by running the following command from the root of the project:
39+
3) Install the learnpack plugin to test and compile vanillajs:
40+
```sh
41+
$ learnpack plugins:install learnpack-dom
42+
```
43+
44+
4) Start the tutorial/exercises by running the following command from the root of the project:
3945

4046
```sh
41-
$ npm i jest@24.8.0
42-
$ breathecode run
47+
$ learnpack start
4348
```
4449

4550
## How are the exercises organized?

0 commit comments

Comments
 (0)