aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpoindessous <thomas@poindessous.com>2017-02-16 14:48:08 +0100
committerNikolaus Rath <Nikolaus@rath.org>2017-05-31 13:51:30 -0700
commit110163d8d17ac267339fb685c0eb1f96a164eaca (patch)
treee17a77dcc43c3a7dd6403f728893ee9137756d44
parentd93f137c8fee0d8cbe15287e4f23ad9fe9d354dd (diff)
downloadsshfs-110163d8d17ac267339fb685c0eb1f96a164eaca.tar
sshfs-110163d8d17ac267339fb685c0eb1f96a164eaca.tar.gz
sshfs-110163d8d17ac267339fb685c0eb1f96a164eaca.tar.bz2
sshfs-110163d8d17ac267339fb685c0eb1f96a164eaca.zip
Update README.md for macOS
On macOS, we don't have fusermount, so we use umount command. Thanks.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8913bd6..56a4d72 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,9 @@ To unmount the filesystem:
fusermount -u mountpoint
+On macOS, to unmount the filesystem:
+
+ umount mountpoint
Installing
==========