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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-12-10 20:15:49 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-12-10 20:15:49 +0300
commit70f6d4de61771e65be8ff1ec23c50d33c447ce01 (patch)
tree228866084dad8849b369665c06d694a3ba66e793 /README.md
parent0323f90b505be859f1bd124ab9f545a0254bff18 (diff)
parentc586f8e52be5024c4441a6a33874bcadea066810 (diff)
Merge pull request #993 from twbs/readme-npm
README: Add Installation section for npm
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 240a0a8e..290139ad 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