From 2972283714d5702863d2b835f8293b747b7f9d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Fri, 24 Jan 2020 01:07:21 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) 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