Explorar o código

docs(npm install)

Ryan Chandler %!s(int64=5) %!d(string=hai) anos
pai
achega
99255047ce
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  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