From f0ac34a72691d087bcee9f583a28bc8b4e15d22b Mon Sep 17 00:00:00 2001 From: Nick Pillitteri Date: Fri, 1 Dec 2023 20:08:22 -0500 Subject: [PATCH] Extra documentation about build artifacts --- Cargo.lock | 4 ++-- README.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ace9e..125df15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "mtop" -version = "0.6.9" +version = "0.7.0" dependencies = [ "clap", "crossterm", @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "mtop-client" -version = "0.6.9" +version = "0.7.0" dependencies = [ "rustls-pemfile", "rustls-webpki", diff --git a/README.md b/README.md index 25510ef..3eff123 100644 --- a/README.md +++ b/README.md @@ -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