From 7e29811c64a2c21a66075944923a6630a0b2b298 Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Wed, 17 Apr 2024 05:27:07 -0500 Subject: [PATCH] Update docs to indicate SSHFS is for MacOS too. --- src/content/docs/docs/user-guide/sftp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/user-guide/sftp-server.md b/src/content/docs/docs/user-guide/sftp-server.md index e34b7c0..84ee515 100644 --- a/src/content/docs/docs/user-guide/sftp-server.md +++ b/src/content/docs/docs/user-guide/sftp-server.md @@ -51,7 +51,7 @@ There are also numerous tools that let you create a virtual filesystem based on - [Mountain Duck](https://mountainduck.io/) - Windows and MacOS - [ExpanDrive](https://www.expandrive.com/) - Windows, MacOS and Linux -- [SSHFS for Linux](https://github.com/libfuse/sshfs) +- [SSHFS for Linux/MacOS](https://github.com/libfuse/sshfs) - [SSHFS for Windows](https://github.com/winfsp/sshfs-win) For more information on configuring SSHFS, see [this thread](https://github.com/AzuraCast/AzuraCast/discussions/6510).