Skip to content

Commit 035ece6

Browse files
author
Philip Oakley
committed
Readme: distinguish between bash and cmd actions
Signed-off-by: Philip Oakley <[email protected]>
1 parent acc5b4f commit 035ece6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ https://gitforwindows.org/
77

88
## Developing
99

10+
Note: if you have the cautious 'Use Git from Git Bash only' setting then you may need to change from bash to cmd at step 2, adjusting the cd path at step 3.
11+
1012
0. `git clone https://github.com/git-for-windows/git-for-windows.github.io.git` (this repo)
1113
1. Install [Node.js](https://nodejs.org/) (contains the 'npm' package manager)
1214
2. Install Grunt: `npm install -g grunt-cli`
@@ -15,4 +17,3 @@ https://gitforwindows.org/
1517
5. Run `grunt connect`
1618
6. Open `http://localhost:4000` in your favorite browser to check the changes.
1719

18-
(Tested on XP, and onwards)

0 commit comments

Comments
 (0)