From 48c377bafa0446640078f8e5a9760374ccd217ca Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Mon, 8 May 2023 19:05:29 +0100 Subject: [PATCH] Clarification is needed in one of the build steps --- doc/Building.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index 5e162ef..3543366 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -59,7 +59,9 @@ applied as of 2021-09-29. - Install Chocolatey (Following instructions on https://chocolatey.org/install) - from an admin cmd prompt - `choco install git mingw make` -- All the remaining commands must be run from inside a bash shell ("C:\Program Files\Git\usr\bin\bash.exe") +- Once the git package is installed, you will have a new start menu item + called "Git Bash". All the remaining commands must be run from inside the + shell started by that menu item: - `git clone $THIS_REPO` - `cd n2n` - `./scripts/hack_fakeautoconf.sh`