Skip to content

Commit

Permalink
docs: Update README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Jan 16, 2024
2 parents 35f4608 + db935e4 commit a632971
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 @@ -320,7 +320,7 @@ done
### pre-built binary

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

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

```bash
go install github.com/kunitsucom/ddlctl/cmd/[email protected].7
go install github.com/kunitsucom/ddlctl/cmd/[email protected].8
```

## Usage
Expand Down

0 comments on commit a632971

Please sign in to comment.