Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions cmd/migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ $ apt-get update
$ apt-get install -y migrate
```

### Using mise-en-place

If you are using [mise](https://github.com/jdx/mise), the polyglot tool version manager, you can install migrate cli using a command like this:

```bash
mise use -g migrate@latest
```


### With Go toolchain

#### Versioned
Expand Down