2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-30 23:50:48 +00:00

Add quick'n dirty building instructions

This commit is contained in:
Alexander Neumann 2014-10-02 21:42:53 +02:00
parent 03ca69407d
commit b3a4bbc850

View File

@ -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 administrators are able to access your backups). Khepri is built to secure
your data against such attackers. 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 License
======= =======