README: sync compile instructions with gocryptfs-website

This commit is contained in:
Jakob Unterwurzacher 2021-06-08 10:07:49 +02:00
parent 3dad9e0648
commit 9046d6d922
1 changed files with 6 additions and 1 deletions

View File

@ -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