Skip to content

Commit

Permalink
Merge pull request nvie#138 from MarkBorcherding/feature/windows-inst…
Browse files Browse the repository at this point in the history
…all-step

Adding windows install intruction for libintl3.dll
  • Loading branch information
nvie committed Jul 11, 2011
2 parents 0191c68 + e73a1d9 commit 3d12772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ during installation). Then simply run this command from a Cygwin shell:
$ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash

#### Using [msysgit](http://code.google.com/p/msysgit/)
Download and install `getopt.exe` from the [util-linux package](http://gnuwin32.sourceforge.net/packages/util-linux-ng.htm) into `C:\Program Files\Git\bin`. (Only `getopt.exe`, the others util-linux files are not used).
Download and install `getopt.exe` from the [util-linux package](http://gnuwin32.sourceforge.net/packages/util-linux-ng.htm) into `C:\Program Files\Git\bin`. (Only `getopt.exe`, the others util-linux files are not used). Also install `libintl3.dll` from the Dependencies package, into the same directory.

Clone the git-flow sources from GitHub:

Expand Down

0 comments on commit 3d12772

Please sign in to comment.