diff options
author | 2024-11-15 19:52:18 +0100 | |
---|---|---|
committer | 2024-11-15 19:52:18 +0100 | |
commit | 2cfe20724872c9ed1db037268fd85f23fbce94a2 (patch) | |
tree | 751159a49fe7378f194dfa7cba45bc4e03ccde94 | |
parent | 36956a5179e224f57ebb9d0f01314c09c8bf0f97 (diff) | |
download | ifuse-2cfe20724872c9ed1db037268fd85f23fbce94a2.tar.gz ifuse-2cfe20724872c9ed1db037268fd85f23fbce94a2.tar.bz2 |
Updated README
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,7 +31,7 @@ sudo apt-get install \ libtool-bin \ libplist-dev \ libimobiledevice-dev \ - libfuse-dev \ + libfuse3-dev \ usbmuxd ``` @@ -150,8 +150,8 @@ We are still working on the guidelines so bear with us! ## Links * Homepage: https://libimobiledevice.org/ -* Repository: https://git.libimobiledevice.org/ifuse.git -* Repository (Mirror): https://github.com/libimobiledevice/ifuse.git +* Repository: https://github.com/libimobiledevice/ifuse.git +* Repository (Mirror): https://git.libimobiledevice.org/ifuse.git * Issue Tracker: https://github.com/libimobiledevice/ifuse/issues * Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel * Twitter: https://twitter.com/libimobiledev @@ -169,4 +169,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc. This project is an independent software application and has not been authorized, sponsored, or otherwise approved by Apple Inc. -README Updated on: 2022-04-04 +README Updated on: 2024-11-15 |