diff --git a/README.md b/README.md index 3f16578..f974341 100644 --- a/README.md +++ b/README.md @@ -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 +```