Skip to content

Commit

Permalink
readme update wrt npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lunelson committed Aug 24, 2014
1 parent 311a4b3 commit 7037528
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -18,9 +18,12 @@ You can test-drive these functions at [Sassmeister, in this pre-loaded gist](htt

#### Install it

'Sass List-Maps' can be installed as a Bower component for non-ruby setups (see [node-sass options](http://github.com/sindresorhus/grunt-sass#includepaths) if you are using libsass via node) or as a gem-based Compass extension for ruby setups:
'Sass List-Maps' can be installed as a Bower component or NPM module for non-ruby setups (see [node-sass options](http://github.com/sindresorhus/grunt-sass#includepaths) if you are using libsass via node) or as a gem-based Compass extension for ruby setups:

```sh
# installation with npm
npm install sass-list-maps

# installation with bower
bower install sass-list-maps

Expand Down

0 comments on commit 7037528

Please sign in to comment.