You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+64-34Lines changed: 64 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,70 @@ CROW-Client is a Python-based task execution agent that:
31
31
-**Production-Ready**: Type-safe request/response validation using Pydantic
32
32
-**Easy Integration**: Simple CLI startup and configuration
33
33
34
+
## 🚀 Installation (Linux, macOS, Windows)
35
+
36
+
CROW Client can be installed with a single command on all major operating systems. The installer scripts are fetched directly from this repository and executed locally.
37
+
38
+
### ⚠️ Security Note
39
+
40
+
This executes a remote script from this repository. Only run it if you trust the source.
0 commit comments