Add link to release page in doc

This commit is contained in:
Brikou Carré
2017-02-03 09:09:49 +01:00
parent f366a636e6
commit dfb94290ae
2 changed files with 26 additions and 26 deletions

View File

@@ -19,24 +19,23 @@ The latest documentation can be viewed online at
a menu that allows switching to the documentation and user manual for the
latest released version.
Build restic
============
Install 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:
You can download the latest pre-compiled binary from the [restic release page](https://github.com/restic/restic/releases/latest).
$ go run build.go
```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.
$ ./restic --help
Usage:
restic [OPTIONS] <command>
[...]
Usage:
restic [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
============================