We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb1604 commit ca03021Copy full SHA for ca03021
cmd/migrate/README.md
@@ -7,7 +7,7 @@
7
[Release Downloads](https://github.com/golang-migrate/migrate/releases)
8
9
```bash
10
-$ curl -L https://github.com/golang-migrate/migrate/releases/download/$version/migrate.$platform-amd64.tar.gz | tar xvz
+$ curl -L https://github.com/golang-migrate/migrate/releases/download/$version/migrate.$os-$arch.tar.gz | tar xvz
11
```
12
13
### MacOS
0 commit comments