diff options
author | Marcel Bochtler | 2021-06-05 18:05:45 +0200 |
---|---|---|
committer | rfjakob | 2021-06-19 20:22:20 +0200 |
commit | 2e738efe8647539b96de60d763df44d237f5389b (patch) | |
tree | f8109508b308676bec3838cff4bde9c181c5acb8 | |
parent | 7889346947c891d724412675f148466b3f5dabd1 (diff) |
README: Add MacPorts install instructions
See [1] for the Portfile.
[1]: https://github.com/macports/macports-ports/blob/master/fuse/gocryptfs/Portfile.
-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 |