Skip to content

Commit

Permalink
Run --help after install
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Nov 1, 2024
1 parent 3c2a659 commit b8cb4c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Install using [Homebrew](https://brew.sh/):

```sh
brew install dbmate
dbmate --help
```

**Linux**
Expand All @@ -79,6 +80,7 @@ Install the binary directly:
```sh
sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/latest/download/dbmate-linux-amd64
sudo chmod +x /usr/local/bin/dbmate
dbmate --help
```

**Windows**
Expand All @@ -87,6 +89,7 @@ Install using [Scoop](https://scoop.sh)

```pwsh
scoop install dbmate
dbmate --help
```

**Docker**
Expand Down

0 comments on commit b8cb4c1

Please sign in to comment.