Skip to content

Commit 3084570

Browse files
authored
Revise README with installation and setup steps
Updated installation instructions and added setup commands.
1 parent 8c191e6 commit 3084570

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,16 @@ Think of it as `sudo` for AI agents. The first production integration is [OpenCl
3131

3232
## Quickstart
3333
```
34-
npm i clawreins
34+
# 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
3544
clawreins scan
3645
```
3746

0 commit comments

Comments
 (0)