mirror of https://github.com/restic/restic.git
Add quick'n dirty building instructions
This commit is contained in:
parent
03ca69407d
commit
b3a4bbc850
11
README.md
11
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
|
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
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue