From ab54b75ab8657d7d1f1b8fbfb09d288166606b7b Mon Sep 17 00:00:00 2001 From: Sondro Date: Sun, 2 Oct 2022 20:22:13 -0700 Subject: [PATCH] README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8ca16..c8542cf 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ wget https://images.sick.codes/mac_hdd_ng_auto_monterey.img docker run -it \ --device /dev/kvm \ -p 50922:10022 \ - -v "${PWD}/mac_hdd_ng_auto_monterey:/image" \ + -v "${PWD}/mac_hdd_ng_auto_monterey.img:/image" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e "USERNAME=user" \