Skip to content

Commit

Permalink
docs: Update README.md (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Nov 21, 2023
2 parents 8181f29 + 7125959 commit c81cf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (s *Group) ColumnName_Description() string {
### pre-built binary

```bash
VERSION=v0.0.7
VERSION=v0.0.8

# download
curl -fLROSs https://github.com/kunitsucom/arcgen/releases/download/${VERSION}/arcgen_${VERSION}_darwin_arm64.zip
Expand All @@ -104,7 +104,7 @@ unzip -j arcgen_${VERSION}_darwin_arm64.zip '*/arcgen'
### go install

```bash
go install github.com/kunitsucom/arcgen/cmd/arcgen@latest
go install github.com/kunitsucom/arcgen/cmd/arcgen@v0.0.8
```

## Usage
Expand Down

0 comments on commit c81cf04

Please sign in to comment.