Skip to content

Commit 129fa14

Browse files
authored
feat: add package manager install steps to readme
1 parent 6d82a74 commit 129fa14

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
This repository contains the source code for the Agent Browser.
44

5+
### Quickstart
6+
install on mac and linux using [homebrew](https://brew.sh/):
7+
```
8+
brew tap cob-packages/homebrew-agent-browser
9+
brew install cob-packages/agent-browser/agent-browser
10+
agent-browser
11+
```
12+
13+
install on windows using [scoop](https://scoop.sh/):
14+
```
15+
scoop bucket add https://github.com/cob-packages/scoop-agent-browser
16+
scoop install agent-browser
17+
agent-browser
18+
```
19+
20+
521
## Project Structure
622

723
This project uses Go modules and follows a standard Go project layout:
@@ -40,7 +56,7 @@ This project uses Go modules and follows a standard Go project layout:
4056

4157
1. **Clone the repository:**
4258

43-
```bash
59+
```
4460
git clone https://github.com/co-browser/agent-browser.git
4561
cd agent-browser
4662
```
@@ -82,4 +98,4 @@ See [API.md](API.md) for additional details, such as importing the specification
8298

8399
### Common Makefile Targets
84100

85-
* `
101+
* `

0 commit comments

Comments
 (0)