We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c191e6 commit 3084570Copy full SHA for 3084570
1 file changed
README.md
@@ -31,7 +31,16 @@ Think of it as `sudo` for AI agents. The first production integration is [OpenCl
31
32
## Quickstart
33
```
34
-npm i clawreins
+# Install globally
35
+npm install -g clawreins
36
+
37
+# Run interactive setup
38
+clawreins init
39
40
+# Restart OpenClaw
41
+openclaw restart
42
43
+# Scan environment
44
clawreins scan
45
46
0 commit comments