File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ If you're on a Mac and use [MacPorts](http://macports.org/), it's simple:
21
21
Another easy way to install git-flow is using Rick Osborne's excellent git-flow
22
22
installer, which can be run using the following command:
23
23
24
- $ wget -q -O - http ://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
24
+ $ wget -q -O - https ://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
25
25
26
26
### Windows
27
27
#### Using Cygwin
28
28
For Windows users who wish to use the automated install, it is suggested that you install [ Cygwin] ( http://www.cygwin.com/ )
29
29
first to install tools like ` git ` , ` util-linux ` and ` wget ` (with those three being packages that can be selected
30
30
during installation). Then simply run this command from a Cygwin shell:
31
31
32
- $ wget -q -O - http ://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh
32
+ $ wget -q -O - https ://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh
33
33
34
34
#### Using msysgit
35
35
This is much like the manual installation below, but there are additional steps required to install some extra tools that
You can’t perform that action at this time.
0 commit comments