Bläddra i källkod

docs(npm install)

Ryan Chandler 5 år sedan
förälder
incheckning
99255047ce
1 ändrade filer med 7 tillägg och 1 borttagningar
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -25,7 +25,7 @@ Include the following `<script>` tag in the `<head>` of your document:
 
 > **Important**: This must be added **before** loading Alpine.js when using CDN links.
 
-### Manual (coming soon)
+### Manual
 
 If you wish to include Spruce with your own bundle:
 
@@ -33,6 +33,12 @@ If you wish to include Spruce with your own bundle:
 yarn add @ryangjchandler/spruce
 ```
 
+or:
+
+```bash
+npm install @ryangjchandler/spruce --save
+```
+
 Then add the following to your script:
 
 ```javascript