forked from opencode/ocgo
docs: update install instructions
This commit is contained in:
parent
50a2d887fd
commit
ee8f441a15
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
|
@ -18,13 +18,27 @@
|
|||
|
||||
## Installation
|
||||
|
||||
Homebrew installation is coming soon.
|
||||
Install with Homebrew:
|
||||
|
||||
```bash
|
||||
# TODO: replace with the published Homebrew tap/formula
|
||||
brew install emanuelcasco/tap/ocgo
|
||||
```
|
||||
|
||||
Or tap the repository first:
|
||||
|
||||
```bash
|
||||
brew tap emanuelcasco/tap
|
||||
brew install ocgo
|
||||
```
|
||||
|
||||
Build from source:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/emanuelcasco/ocgo.git
|
||||
cd ocgo
|
||||
make install
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Run setup and paste your OpenCode Go API key when prompted:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue