소스 검색

docs: minor development docs update

Thomas Waldmann 9 년 전
부모
커밋
303bed9d12
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/development.rst

+ 2 - 2
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