diff --git a/README.md b/README.md index d3b0e76..1915055 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ The easiest and most secure way is `sshfs` ```bash # on Linux/Windows mkdir ~/mnt/osx -sshfs user@localhost:/ -p 50922 ~/mnt/osx +sshfs user@localhost: -p 50922 ~/mnt/osx # wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace # automated: sshpass -p sshfs user@localhost:/ -p 50922 ~/mnt/osx ```