From 17fe50ef742869e50b18d90846436215f798b548 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 30 Aug 2021 10:18:33 +0200 Subject: [PATCH] README: compress Installation section More content, less whitespace. --- README.md | 30 ++++++++---------------------- 1 file 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 -``` +gocryptfs is also available as a package in most distributions. Examples: -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 -``` - -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.