Add build.go

This commit is contained in:
Alexander Neumann
2015-06-24 17:59:31 +02:00
parent c6db8eb19c
commit 9e9177ab73
6 changed files with 262 additions and 36 deletions

View File

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