We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3e586 + 3259824 commit 7f31e91Copy full SHA for 7f31e91
README.md
@@ -265,7 +265,7 @@ The easiest and most secure way is `sshfs`
265
```bash
266
# on Linux/Windows
267
mkdir ~/mnt/osx
268
-sshfs user@localhost:/ -p 50922 ~/mnt/osx
+sshfs user@localhost: -p 50922 ~/mnt/osx
269
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
270
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
271
```
0 commit comments