packitup 0.1.2 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,6 +15,9 @@
15
15
  ### install
16
16
  ```bash
17
17
  npm install packitup
18
+ cd node_modules/packitup
19
+ node install
20
+ cd ../..
18
21
  ```
19
22
 
20
23
  ```bash