diff --git a/README.md b/README.md index 62d061a..e4e9ee2 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,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 ```