forked from TrueCloudLab/restic
Add note about vagrant
This commit is contained in:
parent
149b634333
commit
ed499440cc
1 changed files with 10 additions and 0 deletions
|
@ -60,6 +60,16 @@ The restic binary can be built from the directory `cmd/restic` this way:
|
|||
$ ./restic version
|
||||
restic compiled manually on go1.4.2
|
||||
|
||||
if you want to run your tests on Linux, OpenBSD or FreeBSD, you can use
|
||||
[vagrant](https://www.vagrantup.com/) with the proveded `Vagrantfile` to
|
||||
quickly set up VMs and run the tests, e.g.:
|
||||
|
||||
$ vagrant up freebsd
|
||||
[...]
|
||||
|
||||
$ vagrant ssh freebsd -c 'cd restic/restic; go test -v ./...'
|
||||
[...]
|
||||
|
||||
Providing Patches
|
||||
=================
|
||||
|
||||
|
|
Loading…
Reference in a new issue