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 2b6add5 commit 97b59e9Copy full SHA for 97b59e9
1 file changed
README.md
@@ -137,7 +137,7 @@ The `release` workflow will automatically build and publish a new release to Git
137
2. Get the sha256 of the release tarball:
138
139
```bash
140
-curl -sL https://github.com/grega/hdi/archive/refs/tags/v0.x.0.tar.gz | shasum -a 256
+curl -sL https://github.com/grega/hdi/archive/refs/tags/v0.x.0.tar.gz | shasum -a 256 | awk '{print $1}'
141
```
142
143
3. Update the formula in the [homebrew-tap](https://github.com/grega/homebrew-tap) repo (`Formula/hdi.rb`):
0 commit comments