aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-15 11:55:54 -0700
committerChris Rebert <[email protected]>2014-09-15 11:55:54 -0700
commit4f983bbaca9329b80e47a083f70ce9257f19a1a1 (patch)
tree7b835c9d00095cb624805a64e172ff556e7dbb75
parent060c277c8da03f755396d94c947381f99184eade (diff)
parentca7c75d9789d5fa33754f24c6046e35f67cdb188 (diff)
downloadbootstrap-4f983bbaca9329b80e47a083f70ce9257f19a1a1.tar.xz
bootstrap-4f983bbaca9329b80e47a083f70ce9257f19a1a1.zip
Merge pull request #14611 from vsn4ik/add_install_with_npm
Add npm install info.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cdee6128..a885a9ba9 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,12 @@ To get started, check out <http://getbootstrap.com>!
## Quick start
-Three quick start options are available:
+Four quick start options are available:
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.2.0.zip).
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
- Install with [Bower](http://bower.io): `bower install bootstrap`.
+- Install with [npm](https://www.npmjs.org): `npm install bootstrap`.
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.