We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941ea38 commit d10d0e3Copy full SHA for d10d0e3
README.md
@@ -474,7 +474,10 @@ machine twitch login my_twitch_account_name password my_twitch_password
474
```
475
To activate authentication with the `.netrc` file you should pass `--netrc` to youtube-dl or place it in the [configuration file](#configuration).
476
477
-On Windows you may also need to setup the `%HOME%` environment variable manually.
+On Windows you may also need to setup the `%HOME%` environment variable manually. For example:
478
+```
479
+set HOME=%USERPROFILE%
480
481
482
# OUTPUT TEMPLATE
483
0 commit comments