From b3a4bbc850131d3f7e8f572399ddf2352f31e28d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 2 Oct 2014 21:42:53 +0200 Subject: [PATCH] Add quick'n dirty building instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 13731ed06..b99fc98e8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ Khepri is a program that does backups right. The design goals are: administrators are able to access your backups). Khepri is built to secure your data against such attackers. +Building +======== + +Install Go (at least 1.2), then run: + +``` +export GOPATH=~/src/go +go get github.com/fd0/khepri/cmd/khepri +$GOPATH/bin/khepri --help +``` + License =======