From b393fb4bd72de18c4fef6e59f3185a6429f98636 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 8 Sep 2019 19:20:51 +1000 Subject: [PATCH] docs: note other shell config scripts closes #2388 --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 496dbf8d..999c1ad2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -349,7 +349,8 @@ exit

Step 4: Environment Variables

- Edit your .bashrc script in order to change $PATH: + Edit the appropriate config script (.bashrc|.cshrc|.profile|.zshrc|...) + for your shell in order to change $PATH:

export PATH=/where MXE is installed/usr/bin:$PATH