Update README.md
This commit is contained in:
parent
56a31c8375
commit
2972283714
1 changed files with 18 additions and 6 deletions
24
README.md
24
README.md
|
@ -12,13 +12,13 @@ A tiny little reset that you can use as the basis of your CSS projects. You can
|
||||||
- NPM:
|
- NPM:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ npm install --save-dev modern-css-reset
|
npm install --save-dev modern-css-reset
|
||||||
```
|
```
|
||||||
|
|
||||||
- Yarn:
|
- Yarn:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ yarn add modern-css-reset
|
yarn add modern-css-reset
|
||||||
```
|
```
|
||||||
|
|
||||||
- Unpkg CDN:
|
- Unpkg CDN:
|
||||||
|
@ -35,14 +35,26 @@ $ yarn add modern-css-reset
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation
|
||||||
|
|
||||||
You can minify and move the main reset to the `dist` by running:
|
First, let's clone this repository:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ git clone https://github.com/hankchizljaw/modern-css-reset.git
|
git clone https://github.com/hankchizljaw/modern-css-reset.git
|
||||||
$ cd modern-css-reset
|
|
||||||
$ npm run build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
Loading…
Reference in a new issue