Update index.html · a3a68e5dc3 - SVN.BY: Go Git Service
Browse Source

Update index.html

Tiernan OToole 8 years ago
parent
commit
a3a68e5dc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -41,7 +41,7 @@
41 41
 
42 42
 <p>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:</p>
43 43
 
44
-<p>b2uploader --i  --a  --d </p>
44
+<p>b2uploader --i account_id --a app_key  --d direcotry_to_upload </p>
45 45
 
46 46
 <p>where account id and app key are gotten from BackBlaze's site, and the directory is the folder you want uploaded</p>
47 47