whazaa 0.6.37 → 0.6.38
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,15 @@ The separation means you can have multiple Claude Code sessions open simultaneou
|
|
|
39
39
|
|
|
40
40
|
## Quick start
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
Tell Claude Code:
|
|
43
|
+
|
|
44
|
+
> Clone https://github.com/mnott/Whazaa and set it up for me
|
|
45
|
+
|
|
46
|
+
Claude clones the repo, finds the setup skill, and handles everything autonomously — prerequisites, build, MCP config, watcher daemon, and WhatsApp pairing. The only thing you do is scan a QR code with your phone when prompted.
|
|
47
|
+
|
|
48
|
+
### Alternative: npx
|
|
49
|
+
|
|
50
|
+
If you prefer a traditional install without cloning:
|
|
43
51
|
|
|
44
52
|
```bash
|
|
45
53
|
npx -y whazaa setup
|