From 3259824617bde0db37c8df533a54c8104cfeb15e Mon Sep 17 00:00:00 2001 From: Dakai Date: Fri, 22 Nov 2024 16:59:50 +0800 Subject: [PATCH] Update README.md minor typo fix to the sshfs mount command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```