Browse Source

Update README.md

- add missing multi-line command character
- add note explaining difference between client secret and credentials for noobs like me
Lukas Sinkus 8 years ago
parent
commit
b8901a089e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -48,6 +48,8 @@ The package includes a default ```client_secrets.json``` file. If you plan to ma
 * _Download JSON_: Under the section "OAuth 2.0 client IDs". Save the file to your local system. 
 * Use this JSON as your credentials file: ```--client-secrets=CLIENT_SECRETS```
 
+*Note: ```client_secrets.json``` is a file you can download from the developer console, the credentials file is something auto generated after the first time the script is run and the google account sign in is followed, the file is stored at ```~/.youtube-upload-credentials.json```.*
+
 Examples
 ========
 
@@ -62,7 +64,7 @@ pxzZ-fYjeYs
 
 ```
 $ youtube-upload \
-  --title="A.S. Mutter" 
+  --title="A.S. Mutter" " \
   --description="A.S. Mutter plays Beethoven" \
   --category=Music \
   --tags="mutter, beethoven" \