From 9046d6d9229c52ab081442d42abbeb0f2349f48d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 8 Jun 2021 10:07:49 +0200 Subject: [PATCH] README: sync compile instructions with gocryptfs-website --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6144361..cac5f97 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,12 @@ as well as in the go-fuse library. Compile ------- -With go 1.11 or higher: +Install Go 1.11 or higher: + +* Debian/Ubuntu: `apt install golang` +* Fedora: `dnf install golang` + +Then, download the source code and compile: $ git clone https://github.com/rfjakob/gocryptfs.git $ cd gocryptfs