Shaun Li преди 2 години
родител
ревизия
c64b8468d7
променени са 1 файла, в които са добавени 20 реда и са изтрити 0 реда
  1. 20 0
      README.md

+ 20 - 0
README.md

@@ -2,6 +2,26 @@
 
 Easy to use and flexible router for Alpine.js
 
+## Installation
+
+### npm
+
+```bash
+npm install @shaun/alpinejs-router
+```
+
+### yarn
+
+```bash
+yarn add @shaun/alpinejs-router
+```
+
+### cdn
+
+```html
+<script src="https://unpkg.com/@shaun/alpinejs-router@1.x.x/dist/cdn.min.js" defer></script>
+```
+
 ## Getting Started
 
 ```html