Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Nov 21, 2023
1 parent 23849b8 commit ef55d77
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 @@ -91,7 +91,7 @@ CREATE UNIQUE INDEX "index_groups_group_name" ON "groups" ("group_name");
### pre-built binary

```bash
VERSION=v0.0.12
VERSION=v0.0.13

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

```bash
go install github.com/kunitsucom/ddlgen/cmd/ddlgen@latest
go install github.com/kunitsucom/ddlgen/cmd/ddlgen@v0.0.13
```

## Usage
Expand Down

0 comments on commit ef55d77

Please sign in to comment.