From 06a6b1cecd8934bcf15ecdd8d4c3ee99ddfc05f4 Mon Sep 17 00:00:00 2001 From: Blatzar <46196380+Blatzar@users.noreply.github.com> Date: Tue, 14 Apr 2020 21:53:50 +0000 Subject: [PATCH] updated automatic install git needed to refresh path in order to complete the install --- docs/usage/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index a4c46ca..8ea3cf7 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -21,7 +21,7 @@ Add the following to a file named install.bat and then run it as administrator. @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco install -y git mpv python3 aria2 nodejs - start cmd.exe /c "pip3 install -U git+https://github.com/vn-ki/anime-downloader.git && echo Testing providers, the install is done && anime test" + refreshenv && pip3 install -U git+https://github.com/vn-ki/anime-downloader.git && echo Testing providers, the install is done && anime test Windows via ``choco``