2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

add debian stable help

add a little clue to debian stable users, to install 'go' from the repositories
This commit is contained in:
xmaka 2016-03-31 21:02:05 +02:00
parent 008337aad4
commit 90765a7dac

View File

@ -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