We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6293805 commit f673799Copy full SHA for f673799
README.md
@@ -6,12 +6,18 @@
6
7
This repository is intended for hosting the release binaries and any issues or discussions raised by developers.
8
9
-## Installation (Not yet available, but coming soon)
+## Installation
10
11
-1. Using `homebrew` (MacOS, Linux):
+- Using `homebrew` (MacOS, Linux):
12
```bash
13
+ brew tap fetchai/avctl
14
brew install avctl
15
16
+- Using chocolatey (Windows, coming soon):
17
+ ```
18
+ choco install avctl
19
20
+
21
## Quick Start
22
23
1. Authenticate with Agentverse:
0 commit comments