From ac3b9074a57bd29e656541ac38403bca65aa6735 Mon Sep 17 00:00:00 2001 From: CARBONNEAUX Mathieu Date: Wed, 9 Jul 2025 21:02:11 +0200 Subject: [PATCH] add proxy credentials in documentation add proxy credentials in documentation --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd427d..8a3e8aa 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,19 @@ scoop will be install to `C:\Users\\scoop`. ```powershell irm get.scoop.sh | iex -# You can use proxies if you have network trouble in accessing GitHub, e.g. +``` + +You can use proxies if you have network trouble in accessing GitHub, e.g. +```powershell irm get.scoop.sh -Proxy 'http://' | iex ``` +and with credentials +```powershell +$proxyCredential = Get-Credential +irm get.scoop.sh -Proxy 'http://' -ProxyCredential $proxyCredential | iex +``` + ### Advanced Installation If you want to have an advanced installation, you can download the installer and manually execute it with parameters.