forked from TrueCloudLab/restic
Bring back "Build restic" paragraph
This commit is contained in:
parent
dfb94290ae
commit
769a52df16
1 changed files with 14 additions and 8 deletions
22
README.md
22
README.md
|
@ -24,18 +24,24 @@ Install restic
|
||||||
|
|
||||||
You can download the latest pre-compiled binary from the [restic release page](https://github.com/restic/restic/releases/latest).
|
You can download the latest pre-compiled binary from the [restic release page](https://github.com/restic/restic/releases/latest).
|
||||||
|
|
||||||
```sh
|
Build restic
|
||||||
$ ./restic --help
|
============
|
||||||
restic is a backup program which allows saving multiple revisions of files and
|
|
||||||
directories in an encrypted repository stored on different backends.
|
|
||||||
|
|
||||||
Usage:
|
Install Go/Golang (at least version 1.6), then run `go run build.go`,
|
||||||
restic [command]
|
afterwards you'll find the binary in the current directory:
|
||||||
[...]
|
|
||||||
```
|
$ go run build.go
|
||||||
|
|
||||||
|
$ ./restic --help
|
||||||
|
Usage:
|
||||||
|
restic [OPTIONS] <command>
|
||||||
|
[...]
|
||||||
|
|
||||||
More documentation can be found in the [user manual](doc/Manual.md).
|
More documentation can be found in the [user manual](doc/Manual.md).
|
||||||
|
|
||||||
|
At the moment, the only tested compiler for restic is the official Go compiler.
|
||||||
|
Building restic with gccgo may work, but is not supported.
|
||||||
|
|
||||||
Contribute and Documentation
|
Contribute and Documentation
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue