We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7a57f commit 4ed15c4Copy full SHA for 4ed15c4
README.rst
@@ -32,7 +32,7 @@ To unmount the filesystem::
32
33
fusermount -u mountpoint
34
35
-On BSD and OS-X, to unmount the filesystem::
+On BSD and macOS, to unmount the filesystem::
36
37
umount mountpoint
38
@@ -42,7 +42,7 @@ Installation
42
43
First, download the latest SSHFS release from
44
https://github.com/libfuse/sshfs/releases. On Linux and BSD, you will
45
-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
46
OSXFUSE_ instead. Finally, you need the Glib_ library with development
47
headers (which should be available from your operating system's
48
package manager).
0 commit comments