X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=284ce8ca3cd4287a6f95139971272c6fc197a6f2;hb=d10d0e3cf8c38fba27d873fd3cb60572327fe5dc;hp=dc0be1f402b8dd5dc3af704d4f8528467428abab;hpb=941ea38ef535ec2923c224a88cdedeae3eb42a68;p=youtube-dl diff --git a/README.md b/README.md index dc0be1f40..284ce8ca3 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,10 @@ machine twitch login my_twitch_account_name password my_twitch_password ``` To activate authentication with the `.netrc` file you should pass `--netrc` to youtube-dl or place it in the [configuration file](#configuration). -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: +``` +set HOME=%USERPROFILE% +``` # OUTPUT TEMPLATE