Readme should mention proxy
holgerl opened this issue · 0 comments
holgerl commented
If behind a proxy, the installation in Powershell will not work. The readme should mention that this is fixed by setting up proxy in Powershell:
$env:HTTPS_PROXY='http://proxy:port'
$env:HTTP_PROXY='http://proxy:port'