aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Murray <samuel.murray@outlook.com>2018-06-27 12:16:05 +0200
committerNikolaus Rath <Nikolaus@rath.org>2018-06-28 20:08:50 +0100
commit4ed15c4c0428a15a6350eb3adb898783cd96d0db (patch)
tree5ae0c0bb7cc1aed9451495da1d98f929160e1cf5
parentfc7a57f0dc837ad163192def1cf676cdb3a490c0 (diff)
downloadsshfs-4ed15c4c0428a15a6350eb3adb898783cd96d0db.tar
sshfs-4ed15c4c0428a15a6350eb3adb898783cd96d0db.tar.gz
sshfs-4ed15c4c0428a15a6350eb3adb898783cd96d0db.tar.bz2
sshfs-4ed15c4c0428a15a6350eb3adb898783cd96d0db.zip
Update README.rst
OS-X is now called macOS
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 831082b..98480fe 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ To unmount the filesystem::
fusermount -u mountpoint
-On BSD and OS-X, to unmount the filesystem::
+On BSD and macOS, to unmount the filesystem::
umount mountpoint
@@ -42,7 +42,7 @@ Installation
First, download the latest SSHFS release from
https://github.com/libfuse/sshfs/releases. On Linux and BSD, you will
-also need to install libfuse_ 3.1.0 or newer. On OS-X, you need
+also need to install libfuse_ 3.1.0 or newer. On macOS, you need
OSXFUSE_ instead. Finally, you need the Glib_ library with development
headers (which should be available from your operating system's
package manager).