mirror of
https://github.com/restic/restic.git
synced 2025-08-24 04:27:39 +00:00
Add build.go
This commit is contained in:
@@ -43,11 +43,10 @@ Restic is a program that does backups right. The design goals are:
|
||||
Building
|
||||
========
|
||||
|
||||
Install Go/Golang (at least version 1.3), then run `make`, afterwards you'll
|
||||
find the binary in the current directory:
|
||||
Install Go/Golang (at least version 1.3), then run `go run build.go`,
|
||||
afterwards you'll find the binary in the current directory:
|
||||
|
||||
$ make
|
||||
[...]
|
||||
$ go run build.go
|
||||
|
||||
$ ./restic --help
|
||||
Usage:
|
||||
|
Reference in New Issue
Block a user