From 4c0ed2d68194bfd6f1898c4105b9ebb860883838 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Fri, 21 Jul 2023 21:13:13 -0400 Subject: [PATCH] correct Windows make comment (not avail in Git Bash by default) --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index a2b8da955ff..936b921d279 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -448,7 +448,7 @@ pytest -v build_makefiles.py Note that `make` is required to test compiling MODFLOW 6 with makefiles. If `make` is not discovered on the system path, compile tests will be skipped. -On Windows, `make` is available by default in Git Bash. It is recommended to generate and test makefiles from a Unix-like shell like Git Bash rather than PowerShell or Command Prompt. +On Windows, it is recommended to generate and test makefiles from a Unix-like shell rather than PowerShell or Command Prompt. Make can be installed via Conda or Chocolatey. It is also included with mingw. ## Git Strategy for Managing Long-Lived Branches @@ -511,4 +511,4 @@ Lastly, if you are satisfied with the results and confident the procedure went w git branch -d feat-xyz-backup ``` -This process can be repeated periodically to stay in sync with the develop branch and keep a clean commit history. \ No newline at end of file +This process can be repeated periodically to stay in sync with the develop branch and keep a clean commit history.