From cc138c68860f381ad2c8d0aed0298c1b76caebdf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 29 May 2022 15:27:03 +0200 Subject: [PATCH] update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9c726e..ffd64a9 100644 --- a/README.md +++ b/README.md @@ -196,10 +196,11 @@ You can now set up the environment by using `. load_path.sh` or the following co export PATH="$(pwd)/xpacks/.bin":$PATH ``` -On Windows, you can use the graphical system environmental variables editor to add the -`.bin` path to the system variables permanently or use the appriate command for `CMD` or -PowerShell to update the `PATH` +On Windows, you can use git bash to perform the step above. +Alternatively, you can use the graphical system environmental variables editor to add the +`.bin` path to the system variables permanently or use the appriate command for `CMD` or +PowerShell to update the `PATH` variable. **Linux**