diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ On macOS, gocryptfs is available as a Homebrew formula: brew install gocryptfs ``` +Alternatively, gocryptfs is also available via [MacPorts](https://www.macports.org/) on macOS: +```bash +sudo port install gocryptfs +``` + On Fedora, gocryptfs is available as an rpm package: ```bash sudo dnf install gocryptfs |