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
|
## Installation
|
||||||
|
|
||||||
Homebrew installation is coming soon.
|
Install with Homebrew:
|
||||||
|
|
||||||
```bash
|
```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
|
brew install ocgo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Build from source:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/emanuelcasco/ocgo.git
|
||||||
|
cd ocgo
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Run setup and paste your OpenCode Go API key when prompted:
|
Run setup and paste your OpenCode Go API key when prompted:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue