mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 03:48:25 +00:00
Add note about vagrant
This commit is contained in:
parent
149b634333
commit
ed499440cc
@ -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…
x
Reference in New Issue
Block a user