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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Jan 23, 2020
1 parent 56a31c8 commit 2972283
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 2972283

Please sign in to comment.