From 303bed9d122735a3dcf74db6a3cd2c09b5979fae Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 7 Nov 2015 15:17:40 +0100 Subject: [PATCH] docs: minor development docs update --- docs/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 75ec53dfc..a8d664f61 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -83,7 +83,7 @@ main repository. Using Vagrant ------------- -We use Vagrant for the automated creation of testing environment and borgbackup +We use Vagrant for the automated creation of testing environments and borgbackup standalone binaries for various platforms. For better security, there is no automatic sync in the VM to host direction. @@ -100,7 +100,7 @@ Usage:: To shut down and destroy the VM: vagrant destroy OS To copy files from the VM (in this case, the generated binary): - vagrant scp OS:/vagrant/borg/borg/dist/borg . + vagrant scp OS:/vagrant/borg/borg.exe . Creating standalone binaries