Skip to content

Commit fb8ea2b

Browse files
authored
Update README.md
1 parent ab0fabe commit fb8ea2b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,15 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
2929

3030
Clone the repository in your local environment and follow the steps below:
3131

32-
1. Make sure you have the [learnpack-cli](https://www.npmjs.com/package/@learnpack/learnpack) installed and `node.js` version 14+. This is the command to install the learnpack-cli:
33-
34-
```bash
35-
$ npm i learnpack -g
36-
```
37-
32+
1. Make sure you have [installed learnpack locally](https://4geeks.com/docs/learnpack/quickstart-for-learners#how-to-use-learnpack-locally).
3833
2. Download the React exercises by **cloning** the project or downloading the zip from GitHub.
3934

4035
> Note: Once you finish downloading, make sure you are in the right folder (you will find the subdirectory "exercises").
4136
4237
3) Start the tutorial/exercises by running the following command from the root of the project:
4338

4439
```bash
45-
$ npm i jest@24.8.0 -g
40+
$ npm i jest@29.7.0 -g
4641
$ learnpack plugins:install learnpack-react
4742
$ learnpack start
4843
```

0 commit comments

Comments
 (0)