mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-02-14 19:51:50 +00:00
zstd decompress instead of re-compress in README.md
This commit is contained in:
parent
0e0f3b1f4a
commit
fc3df53d0b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue