From 90765a7dac6ca52ac829b8af16576ebbb463f6ad Mon Sep 17 00:00:00 2001 From: xmaka Date: Thu, 31 Mar 2016 21:02:05 +0200 Subject: [PATCH] add debian stable help add a little clue to debian stable users, to install 'go' from the repositories --- doc/Manual.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Manual.md b/doc/Manual.md index d02a2a5f8..0aa6068c0 100644 --- a/doc/Manual.md +++ b/doc/Manual.md @@ -13,6 +13,12 @@ On archlinux, there is a package called `restic-git` which can be installed from $ pacaur -S restic-git +At debian stable you can install 'go' directly from the repositories (as root): + + $ apt-get install golang-go + +after installation of 'go' go straight forward to 'git clone [...]' + If you are using Linux, BSD or Windows, the only way to install restic on your system right now is to compile it from source. restic is written in the Go programming language and you need at least Go version 1.3. See the [Getting