Shaun Li před 2 roky
rodič
revize
c64b8468d7
1 změnil soubory, kde provedl 20 přidání a 0 odebrání
  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