From ca7c75d9789d5fa33754f24c6046e35f67cdb188 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Sat, 13 Sep 2014 12:50:36 +0400 Subject: [PATCH] README.md: Add npm install info. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cdee61287..a885a9ba97 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,12 @@ To get started, check out ! ## 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.