You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,17 @@ During this course you will be learning the following concepts:
18
18
4. Use the most popular CSS Rules.
19
19
5. Learn the most popular CSS Tricks.
20
20
21
-
## Manual installation (if you prefer not to use gitpod)
21
+
## Manual installation
22
22
23
-
1)Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 8+
23
+
1)After downloading the exercise, make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 8+
24
24
```
25
25
This is the command to install the breathecode-cli
26
26
$ npm i breathecode-cli -g
27
27
```
28
28
29
-
2) Download the react exercises by cloning this repository
0 commit comments