bindler 1.0.2 → 1.1.0

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
@@ -8,6 +8,12 @@ cli for managing multiple projects behind cloudflare tunnel with nginx and pm2.
8
8
  npm install -g bindler
9
9
  ```
10
10
 
11
+ ## update to latest
12
+
13
+ ```bash
14
+ npm update -g bindler
15
+ ```
16
+
11
17
  you'll also need:
12
18
  - node.js 18+
13
19
  - nginx - `brew install nginx` (mac) or `apt install nginx` (linux)