Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 2972283

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent 56a31c8 commit 2972283

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ A tiny little reset that you can use as the basis of your CSS projects. You can
1212
- NPM:
1313

1414
```console
15-
$ npm install --save-dev modern-css-reset
15+
npm install --save-dev modern-css-reset
1616
```
1717

1818
- Yarn:
1919

2020
```console
21-
$ yarn add modern-css-reset
21+
yarn add modern-css-reset
2222
```
2323

2424
- Unpkg CDN:
@@ -35,14 +35,26 @@ $ yarn add modern-css-reset
3535

3636
### Manual installation
3737

38-
You can minify and move the main reset to the `dist` by running:
38+
First, let's clone this repository:
3939

4040
```console
41-
$ git clone https://github.com/hankchizljaw/modern-css-reset.git
42-
$ cd modern-css-reset
43-
$ npm run build
41+
git clone https://github.com/hankchizljaw/modern-css-reset.git
4442
```
4543

44+
Then, go to `modern-css-reset` directory:
45+
46+
```console
47+
cd modern-css-reset
48+
```
49+
50+
And now, you can minify and move the main reset to the `dist` by running:
51+
52+
```console
53+
npm run build
54+
```
55+
56+
That's it! 🎉
57+
4658
## License
4759

4860
MIT

0 commit comments

Comments
 (0)