Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-12-09 10:19:41 +0300
committerChris Rebert <github@chrisrebert.com>2015-12-09 10:19:41 +0300
commitc586f8e52be5024c4441a6a33874bcadea066810 (patch)
treed1b91f1e4937c129c8b3b55dc0117433f6496ee8
parenta73cc0f0e5c794206e9a70bc0b67e67cf37c1bca (diff)
README: Add Installation section for npm
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3275a897..80bbf44b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Please see the appropriate guide for your environment of choice:
* [Ruby on Rails](#a-ruby-on-rails).
* [Compass](#b-compass-without-rails) not on Rails.
* [Bower](#c-bower).
+* [npm / Node.js](#d-npm--nodejs).
### a. Ruby on Rails
@@ -175,6 +176,11 @@ In `application.js`:
See also this [example manifest.js](/test/dummy_node_mincer/manifest.js) for mincer.
+### d. npm / Node.js
+```console
+$ npm install bootstrap-sass
+```
+
### Configuration