Skip to content

Commit

Permalink
Merge pull request #4 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
README.md: add a link to releases
  • Loading branch information
AkihiroSuda authored Aug 23, 2023
2 parents 92ae902 + dd34b38 commit 623c36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
## Compare local Docker images
diffoci diff --semantic docker://foo docker://bar
\`\`\`
## About the files
- - -
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ File usr/lib/ossl-modules/legacy.so 5b677eca0c3a3ac53c1a49fbac49534ea28
```

## Installation
### Binary
Binaries are available for Linux and macOS: https://github.com/reproducible-containers/diffoci/releases

### Source
Needs Go 1.21 or later.
```bash
go install github.com/reproducible-containers/diffoci/cmd/diffoci@latest
Expand Down

0 comments on commit 623c36d

Please sign in to comment.