mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
Bring back "Build restic" paragraph
This commit is contained in:
parent
dfb94290ae
commit
769a52df16
18
README.md
18
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).
|
||||
|
||||
```sh
|
||||
$ ./restic --help
|
||||
restic is a backup program which allows saving multiple revisions of files and
|
||||
directories in an encrypted repository stored on different backends.
|
||||
Build restic
|
||||
============
|
||||
|
||||
Install Go/Golang (at least version 1.6), then run `go run build.go`,
|
||||
afterwards you'll find the binary in the current directory:
|
||||
|
||||
$ go run build.go
|
||||
|
||||
$ ./restic --help
|
||||
Usage:
|
||||
restic [command]
|
||||
restic [OPTIONS] <command>
|
||||
[...]
|
||||
```
|
||||
|
||||
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
|
||||
============================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user