Update README.md

This commit is contained in:
Vic Shóstak 2020-01-24 01:07:21 +03:00 committed by GitHub
parent 56a31c8375
commit 2972283714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@ A tiny little reset that you can use as the basis of your CSS projects. You can
- NPM:
```console
$ npm install --save-dev modern-css-reset
npm install --save-dev modern-css-reset
```
- Yarn:
```console
$ yarn add modern-css-reset
yarn add modern-css-reset
```
- Unpkg CDN:
@ -35,14 +35,26 @@ $ yarn add modern-css-reset
### Manual installation
You can minify and move the main reset to the `dist` by running:
First, let's clone this repository:
```console
$ git clone https://github.com/hankchizljaw/modern-css-reset.git
$ cd modern-css-reset
$ npm run build
git clone https://github.com/hankchizljaw/modern-css-reset.git
```
Then, go to `modern-css-reset` directory:
```console
cd modern-css-reset
```
And now, you can minify and move the main reset to the `dist` by running:
```console
npm run build
```
That's it! 🎉
## License
MIT