From c9c821233e2748183109abcad138a0986a381cba Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuelbruno@users.noreply.github.com>
Date: Mon, 9 Jan 2023 14:34:53 +0100
Subject: [PATCH] fixes URL

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1287c24..4b4e25e 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ export CI_WRAPPER_HOME=${HOME}/.ci-wrappers
 ### Setup docker
 
   - if you have an http proxy :
+    - YOU PASSWORD CAN'T CONTAINS CARACTERS FORBIDDEN IN URL
     - sets the needed variables `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY`
     - and adds the variables `VAGRANT_HTTP_PROXY`, `VAGRANT_HTTPS_PROXY` and `VAGRANT_NO_PROXY`
     - install the vagrant plugin for proxies : <br/>
-- 
GitLab