diff --git a/README.md b/README.md
index 3f86aac..5b2641e 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,40 @@ A tiny little reset that you can use as the basis of your CSS projects. You can
## Installation
-- NPM: `npm install modern-css-reset`
-- Yarn: `yarn add modern-css-reset`
-- CDN:
- - Unpkg: ``
- - jsDelivr: ``
+- NPM:
-## Commands
+```console
+$ npm install --save-dev modern-css-reset
+```
+
+- Yarn:
+
+```console
+$ yarn add modern-css-reset
+```
+
+- Unpkg CDN:
+
+```html
+
+```
+
+- jsDelivr CDN:
+
+```html
+
+```
+
+### Mannual installation
You can minify and move the main reset to the `dist` by running:
-```bash
-npm run build
+```console
+$ git clone https://github.com/hankchizljaw/modern-css-reset.git
+$ cd modern-css-reset
+$ npm run build
```
+
+## License
+
+MIT