diff options
| author | Sondro <[email protected]> | 2022-10-02 20:22:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-02 20:22:13 -0700 |
| commit | ab54b75ab8657d7d1f1b8fbfb09d288166606b7b (patch) | |
| tree | 76546ddbd688eb81797c7ad07a57ce6b17bd96e2 | |
| parent | Merge pull request #538 from TartanLeGrand/master (diff) | |
| download | docker-osx-ab54b75ab8657d7d1f1b8fbfb09d288166606b7b.tar.xz docker-osx-ab54b75ab8657d7d1f1b8fbfb09d288166606b7b.zip | |
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |