zstd decompress instead of re-compress in README.md

pull/140/head
sickcodes 4 years ago
parent 0e0f3b1f4a
commit fc3df53d0b

@ -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 \

Loading…
Cancel
Save