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.
1 parent 730d6f2 commit 3259824Copy full SHA for 3259824
1 file changed
README.md
@@ -246,7 +246,7 @@ The easiest and most secure way is `sshfs`
246
```bash
247
# on Linux/Windows
248
mkdir ~/mnt/osx
249
-sshfs user@localhost:/ -p 50922 ~/mnt/osx
+sshfs user@localhost: -p 50922 ~/mnt/osx
250
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
251
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
252
```
0 commit comments