diff options
author | Jakob Unterwurzacher | 2021-06-08 10:07:49 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-06-08 10:07:49 +0200 |
commit | 9046d6d9229c52ab081442d42abbeb0f2349f48d (patch) | |
tree | f3fe26b2164d1a2797df60594cf67be9b479798e | |
parent | 3dad9e0648c9e29d351bcdf7a9b243b2838d9566 (diff) |
README: sync compile instructions with gocryptfs-website
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |