From b5091095b512979dc71458ced3907cf2ef17a879 Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuelbruno@users.noreply.github.com>
Date: Mon, 9 Jan 2023 13:38:56 +0100
Subject: [PATCH] fixes path

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 67238b8..ae7b0a5 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,8 @@ You can add it to .bashrc or .zshrc :
 ```bash
 export CI_WRAPPER_HOME=${HOME}/.ci-wrappers
 [[ -f "${CI_WRAPPER_HOME}/ci-wrappers.sh" ]] && \
-  source "${CI_WRAPPER_HOME}/ci-wrappers.sh"
+  source "${CI_WRAPPER_HOME}/ci-wrappers.sh" && \
+  export PATH="${CI_WRAPPER_HOME}/PATH:$PATH"
 ```
 
 ## Usage
-- 
GitLab