From b164f871839078c542b13aecb4227b5b3038b744 Mon Sep 17 00:00:00 2001 From: Jake Carter Date: Tue, 8 Aug 2023 13:29:02 -0500 Subject: [PATCH] fix(Documentation): Fix Incorrect README Instructions for CLI Repo Setup (#700) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3beb5043b3..e1246e16a2 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,8 @@ To configure the command-line for use with the development repo: 1. Set the `MAXIM_PATH` environment variable to the cloned location of the development repo instead of the release MSDK. - - Windows: Edit `Tools/MSYS2/msys.bat` - - Linux/MacOS: Edit your shell's profile/startup script + - Windows: Edit `setenv.bat` in the root directory of the MSDK. + - Linux/MacOS: Edit your shell's profile/startup script. Alternatively, edit `setenv.sh` in the root directory of the MSDK and `source` it from the shell's profile/startup script (see [here](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#setup-command-line)) 2. Restart your shell