Skip to content

Commit ceabf0b

Browse files
authored
Update README.md
1 parent a9dfa37 commit ceabf0b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,17 @@ During this course you will be learning the following concepts:
1818
4. Use the most popular CSS Rules.
1919
5. Learn the most popular CSS Tricks.
2020

21-
## Manual installation (if you prefer not to use gitpod)
21+
## Manual installation
2222

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+
2424
```
2525
This is the command to install the breathecode-cli
2626
$ npm i breathecode-cli -g
2727
```
2828

29-
2) Download the react exercises by cloning this repository
30-
```
31-
$ git clone https://github.com/4GeeksAcademy/css-exercises
32-
```
33-
3429
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
3530

36-
3) Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
31+
2) Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
3732

3833
```sh
3934
$ npm i jest@24.8.0 -g
@@ -45,7 +40,7 @@ $ breathecode run
4540
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
4641
</p>
4742

48-
# How are the exercises organized?
43+
## How are the exercises organized?
4944

5045
Each exercise is a small react application containing the following files:
5146

0 commit comments

Comments
 (0)