update readme

This commit is contained in:
DataHearth 2022-03-06 22:16:08 +01:00
parent 8f050b91ae
commit 4c334d87f7
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 3 additions and 2 deletions

View File

@ -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/<VERSION>/x86_x64-<DISTRIBUTION>-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/<VERSION>/<BINARY>
clear-docker-images <OPTIONS>
```