diff options
author | Jakob Unterwurzacher | 2015-09-06 12:16:34 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-09-06 12:16:34 +0200 |
commit | 290b11abf462b2a9573e2b9410d3c8478df90018 (patch) | |
tree | 01f2031fafc1fa2cff61b60a5dee53ad711036f8 | |
parent | f2e2b813611a57192960e87df90ceed73d8e47d9 (diff) |
Add "go get" command to readme
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ Current Status * Key is set to static all-zero * Not ready for anything but testing and debugging +Install +------- + + go get github.com/rfjakob/gocryptfs + Testing ------- Run `./main_benchmark.bash` to run the test suite and the streaming read/write |