From 2a7013331ffde72a5c5bcd4212cfefa1d3299fd4 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 11 Feb 2025 08:37:42 -0600 Subject: [PATCH] updated README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 31ab8b78..462932f1 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,21 @@ # Repertory -Repertory allows you to mount AWS S3 and Sia via FUSE on Linux ~~/OS X~~ or via WinFSP +Repertory allows you to mount AWS S3 and Sia via FUSE on Linux or via WinFSP on Windows. ## Details and Features * Optimized for [Plex Media Server](https://www.plex.tv/) * Single application to mount AWS S3 and/or Sia -* Remote mounting of Repertory instances on Linux ~~, OS X~~ and Windows +* Remote mounting of Repertory instances on Linux and Windows * Securely share your mounts over TCP/IP (`XChaCha20-Poly1305` stream cipher) with other systems on your network or the internet. -* Cross-platform support (Linux 64-bit, Linux arm64/aarch64, ~~OS X,~~ Windows 64-bit) +* Cross-platform support (Linux 64-bit, Linux arm64/aarch64, Windows 64-bit) ## Minimum Requirements * [Sia renterd](https://github.com/SiaFoundation/renterd/releases) v0.4.0+ for Sia support * Only 64-bit operating systems are supported * By default, Linux requires `fusermount3`; otherwise, `repertory` must be manually compiled with `libfuse2` support - * ~~OS X requires the following dependency to be installed:~~ - * ~~[FUSE for macOS v4.5.0](https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.5.0/macfuse-4.5.0.dmg)~~ * Windows requires the following dependencies to be installed: * [WinFSP 2023](https://github.com/winfsp/winfsp/releases/download/v2.0/winfsp-2.0.23075.msi) @@ -25,7 +23,6 @@ on Windows. * Linux `arm64/aarch64` * Linux `amd64` -* ~~OS X Mojave and above~~ * Windows 64-bit 10, 11 ## Usage @@ -141,7 +138,6 @@ This option is referred to as remote mounting. Instructions TBD. * [cpp-httplib](https://github.com/yhirose/cpp-httplib) * [curl](https://curl.haxx.se/) * [docker](https://www.docker.com/) -* ~~[FUSE for macOS](https://osxfuse.github.io/)~~ * [Google Test](https://github.com/google/googletest) * [ICU](https://icu.unicode.org/) * [JSON for Modern C++](https://github.com/nlohmann/json)