浏览代码

docs(npm install)

Ryan Chandler 5 年之前
父节点
当前提交
99255047ce
共有 1 个文件被更改,包括 7 次插入1 次删除
  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.
 > **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:
 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
 yarn add @ryangjchandler/spruce
 ```
 ```
 
 
+or:
+
+```bash
+npm install @ryangjchandler/spruce --save
+```
+
 Then add the following to your script:
 Then add the following to your script:
 
 
 ```javascript
 ```javascript