aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-30 10:18:33 +0200
committerJakob Unterwurzacher2021-08-30 10:18:33 +0200
commit17fe50ef742869e50b18d90846436215f798b548 (patch)
tree92191a9b404cf7e2ee769ef571e38601fe25aca2 /README.md
parentfab4ca07de338911966c096169c3885758486649 (diff)
README: compress Installation section
More content, less whitespace.
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 8 insertions, 22 deletions
diff --git a/README.md b/README.md
index 2a40861..44e7896 100644
--- a/README.md
+++ b/README.md
@@ -55,30 +55,16 @@ A standalone Python tool that can decrypt files & file names is here:
Installation
------------
-Precompiled binaries that work on all x86_64 Linux systems are available for download from the github releases page.
+Precompiled binaries that work on all x86_64 Linux systems are available
+for download from the github releases page. The `fuse` package from your
+distribution must be installed for mounting to work.
-On Debian, gocryptfs is available as a deb package:
-```bash
-apt install gocryptfs
-```
-
-On macOS, gocryptfs is available as a Homebrew formula:
-```bash
-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
-```
+gocryptfs is also available as a package in most distributions. Examples:
-If you use the standalone binary, make sure you install the `fuse` package
-from your distributions package repository before running `gocryptfs`.
+* Debian, Ubuntu: `apt install gocryptfs`
+* Fedora: `dnf install gocryptfs`
+* Arch: `pacman -S gocryptfs`
+* MacPorts: `port install gocryptfs`
See the [Quickstart](https://nuetzlich.net/gocryptfs/quickstart/) page for more info.