diff --git a/README.md b/README.md index 60f944e..d726825 100644 --- a/README.md +++ b/README.md @@ -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