Skip to content

Commit

Permalink
Add helper tool instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg committed Sep 10, 2024
1 parent de281a4 commit fd45458
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,17 @@ func main() {
}
}
```

### Helper tool

To install the helper tool, run:

```shell
go install maragu.dev/migrate/cmd/migrate@latest
```

Then you can run `migrate` in your terminal.

```shell
migrate create sql/migrations accounts
```

0 comments on commit fd45458

Please sign in to comment.