aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-01-26 20:16:25 +0000
committersickcodes <[email protected]>2021-01-26 20:16:25 +0000
commitfc3df53d0b46caddaa6e14cbbab1516daf94115d (patch)
tree2416435bd22a0698d8b10d3cea0e9a2a9d772f5a
parentClean out your Docker images/history/cache by simply deleting `/var/lib/docker` (diff)
downloaddocker-osx-fc3df53d0b46caddaa6e14cbbab1516daf94115d.tar.xz
docker-osx-fc3df53d0b46caddaa6e14cbbab1516daf94115d.zip
zstd decompress instead of re-compress in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ee8f02..c3c5111 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ Upstream Credits (OSX-KVM project) among many others: https://github.com/kholia/
```bash
wget https://images2.sick.codes/mac_hdd_ng_auto.img.zst
-zstd -k mac_hdd_ng_auto.img.zst
+zstd -d mac_hdd_ng_auto.img.zst
docker run -it \
--device /dev/kvm \