Update README.md · c67d563d36 - SVN.BY: Go Git Service
Browse Source

Update README.md

Tiernan OToole 8 years ago
parent
commit
c67d563d36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

8
 
8
 
9
 Get the source and build in Visual Studio (2013 and 2015 should work). using cmd line, go to the build folder and run a command as follows:
9
 Get the source and build in Visual Studio (2013 and 2015 should work). using cmd line, go to the build folder and run a command as follows:
10
 
10
 
11
-b2uploader --i <account id> --a <app key> --d <directory to upload>
11
+b2uploader --i accountid --a appkey --d directory_to_upload
12
 
12
 
13
-where account id and app key are gotten from BackBlaze's site, and the directory is the folder you want uploaded
13
+where accountid and appkey are gotten from BackBlaze's site, and the directory is the folder you want uploaded
14
 
14
 
15
 ##Known issues
15
 ##Known issues
16
 
16