From 4c334d87f77f67417a745c38cec65b36cee48c76 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Sun, 6 Mar 2022 22:16:08 +0100 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d1b95d..7482e8b 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ docker run --name clear-docker-image -v /var/run/docker.sock:/var/run/docker.soc mkdir -p $HOME/.local/bin export PATH=$PATH:$HOME/.local/bin -# Available distribution: linux | darwin -wget -o $HOME/.local/bin/clear-docker-images ~/. https://github.com/DataHearth/clear-docker-images/releases/download//x86_x64--clear-docker-images +# Available binaries: +# x86_64-unknown-linux-gnu | x86_64-unknown-linux-musl | x86_64-apple-darwin +wget -o $HOME/.local/bin/clear-docker-images ~/. https://github.com/DataHearth/clear-docker-images/releases/download// clear-docker-images ```