aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-10-01 10:20:31 +0200
committerZlatan Vasović <[email protected]>2013-10-01 10:20:31 +0200
commit41444cd83a95e5a6c7416f14bc9d3dbd8133cbb3 (patch)
treeb78c7edbb1cbf823664987af8d2d472859e6bad8
parentf9dd7466cfbc89c2ed458ec83cd29db7aa83525a (diff)
downloadbootstrap-41444cd83a95e5a6c7416f14bc9d3dbd8133cbb3.tar.xz
bootstrap-41444cd83a95e5a6c7416f14bc9d3dbd8133cbb3.zip
Change clone protocol from git:// to https://
Cloning with git: protocol doesn't allow to change anything in `.git/`, like when using `git pull`.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb49a7317..07c4def9c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ To get started, check out [http://getbootstrap.com](http://getbootstrap.com)!
Three quick start options are available:
* [Download the latest release](https://github.com/twbs/bootstrap/releases/tag/v3.0.0).
-* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`.
+* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
* Install with [Bower](http://bower.io): `bower install bootstrap`.
Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.