Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra documentation about build artifacts #88

Merged
merged 1 commit into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ There are multiple ways to install `mtop` listed below.
### Binaries

Binaries are published for GNU/Linux (x86_64), Musl/Linux (x86_64), Windows (x86_64), and MacOS (x86_64 and aarch64)
for [each release](https://github.com/56quarters/mtop/releases).
for [each release](https://github.com/56quarters/mtop/releases). Each available archive contains the `mtop` and `mc`
binaries for that platform and a few documentation files.

### Docker

Docker images for GNU/Linux (amd64, arm64) are published for [each release](https://hub.docker.com/r/56quarters/mtop).
The docker images are build with the [Dockerfile](https://github.com/56quarters/mtop/blob/master/Dockerfile) in this
repository. They do not set an entrypoint and will run `mtop --help` by default. The `mtop` and `mc` binaries are
placed on the `PATH`, in `/usr/local/bin`.

### Cargo

Expand Down