aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShubham Chaudhary2019-08-28 17:20:45 -0400
committerrfjakob2019-09-01 12:57:23 +0200
commit3e9b73d92526346e0f1c02a55864c3e003ddc0f8 (patch)
tree2c038819492c89f74b762288ffe6013b658442fd /README.md
parent7eba4f0788e95e3ac47856662ea4ebd986d358cd (diff)
Add installation instructions in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 24c75a9..d0f250b 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,26 @@ of Mac OS X support but please create a new ticket if you hit a problem.
For Windows, an independent C++ reimplementation can be found here:
[cppcryptfs](https://github.com/bailey27/cppcryptfs)
+Installation
+------------
+Precompiled binaries that work on all x86_64 Linux systems are available for download from the github releases page.
+
+On Debian, gocryptfs is available as a deb package:
+```bash
+apt install gocryptfs
+```
+
+On Mac OS X, gocryptfs is available as a Homebrew formula:
+```bash
+brew install gocryptfs
+```
+
+On Fedora, gocryptfs is available as an rpm package:
+```bash
+sudo dnf install gocryptfs
+```
+See the [Quickstart](https://nuetzlich.net/gocryptfs/quickstart/) page for more info.
+
Testing
-------