diff options
author | Jakob Unterwurzacher | 2023-05-16 14:27:14 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2023-05-16 14:27:14 +0200 |
commit | 615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (patch) | |
tree | f6053ac6254e9ba58aaef0ff539f30c79d22530f | |
parent | 86ac7ffeda4ba2de943c44601ba4724d319df6c9 (diff) |
quickstart: macos: use port instead of brew
Basically, pull in
https://github.com/rfjakob/gocryptfs/commit/2e738efe8647539b96de60d763df44d237f5389b
Fixes https://github.com/rfjakob/gocryptfs/issues/738
-rw-r--r-- | docs/quickstart.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index f91a121..41b9224 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -13,10 +13,9 @@ On Debian, gocryptfs is available as $ apt install gocryptfs -On Mac OS X, gocryptfs is available as a -[Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/gocryptfs.rb): +On MacOS, [gocryptfs is available on MacPorts](https://ports.macports.org/port/gocryptfs/details/): - $ brew install gocryptfs + $ port install gocryptfs On Fedora, gocryptfs is available as [an rpm package](https://src.fedoraproject.org/rpms/golang-github-rfjakob-gocryptfs): |