diff --git a/README.md b/README.md index 4173f67..627fd70 100644 --- a/README.md +++ b/README.md @@ -872,7 +872,7 @@ Start the Docker-OSX container with the additional flag `--network host` Create and mount the nfs folder from the mac terminal: ``` mkdir -p ~/mnt -sudo mount -t nfs 10.0.2.2:/srv/nfs/share ~/mnt +sudo mount_nfs -o locallocks 10.0.2.2:/srv/nfs/share ~/mnt ``` ### Share USB Drive into macOS over QEMU