Update README.md

This commit is contained in:
Haoxi Tan 2023-09-23 22:52:14 +10:00 committed by GitHub
parent 551752c3a5
commit 8c97da5b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
# SSHFS # SSHFS
@ -14,8 +15,8 @@ very simple to use - there's nothing to do on the server-side.
SSHFS is shipped by all major Linux distributions and has been in SSHFS is shipped by all major Linux distributions and has been in
production use across a wide range of systems for many years. However, production use across a wide range of systems for many years. However,
at present SSHFS does not have any active, regular contributors, and at present SSHFS does not have any active, regular contributors, and
there are a number of known issues (see the [bugtracker](https://github.com/deadbeefsociety/sshfs/issues)). The current there are a number of known issues (see the [bugtracker](https://github.com/libfuse/sshfs/issues)).
maintainer continues to apply pull requests and makes regular The current maintainer continues to apply pull requests and makes regular
releases, but unfortunately has no capacity to do any development releases, but unfortunately has no capacity to do any development
beyond addressing high-impact issues. When reporting bugs, please beyond addressing high-impact issues. When reporting bugs, please
understand that unless you are including a pull request or are understand that unless you are including a pull request or are
@ -58,7 +59,7 @@ umount mountpoint
First, download the latest SSHFS release from First, download the latest SSHFS release from
https://github.com/deadbeefsociety/sshfs/releases. You also need [libfuse](http://github.com/libfuse/libfuse) 3.1.0 or newer (or a https://github.com/libfuse/sshfs/releases. You also need [libfuse](http://github.com/libfuse/libfuse) 3.1.0 or newer (or a
similar library that provides a libfuse3 compatible interface for your operating similar library that provides a libfuse3 compatible interface for your operating
system). Finally, you need the [Glib](https://developer.gnome.org/glib/stable/) library with development headers (which should be system). Finally, you need the [Glib](https://developer.gnome.org/glib/stable/) library with development headers (which should be
available from your operating system's package manager). available from your operating system's package manager).
@ -98,7 +99,7 @@ mailing list (subscribe at
https://lists.sourceforge.net/lists/listinfo/fuse-sshfs). https://lists.sourceforge.net/lists/listinfo/fuse-sshfs).
Please report any bugs on the GitHub issue tracker at Please report any bugs on the GitHub issue tracker at
https://github.com/deadbeefsociety/sshfs/issues. https://github.com/libfuse/sshfs/issues.
## Packaging Status ## Packaging Status