Skip to content

Commit

Permalink
add install command
Browse files Browse the repository at this point in the history
  • Loading branch information
shibukazu committed Aug 1, 2024
1 parent 571a995 commit 2205a9e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,21 @@ log:
### Run
#### 1. Build From Source
#### 1. brew
```bash
brew install shibukazu/tap/open-ve
open-ve run
```

#### 2. Build From Source

```bash
go build -o open-ve go/cmd/open-ve/main.go
./open-ve run
```

#### 2. Docker Compose
#### 3. Docker Compose

```bash
docker-compose up
Expand Down

0 comments on commit 2205a9e

Please sign in to comment.