Skip to content

Commit 6f199b9

Browse files
committed
Make Github download URL in README https.
1 parent 3090dfa commit 6f199b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.mdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ If you're on a Mac and use [MacPorts](http://macports.org/), it's simple:
2121
Another easy way to install git-flow is using Rick Osborne's excellent git-flow
2222
installer, which can be run using the following command:
2323

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
2525

2626
### Windows
2727
#### Using Cygwin
2828
For Windows users who wish to use the automated install, it is suggested that you install [Cygwin](http://www.cygwin.com/)
2929
first to install tools like `git`, `util-linux` and `wget` (with those three being packages that can be selected
3030
during installation). Then simply run this command from a Cygwin shell:
3131

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
3333

3434
#### Using msysgit
3535
This is much like the manual installation below, but there are additional steps required to install some extra tools that

0 commit comments

Comments
 (0)