Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Update README to include info regarding node module
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkneethling committed Aug 6, 2015
1 parent a5056a8 commit 69b8c8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -45,6 +45,16 @@ bower install mozilla-tabzilla

That's it! Now you have all the bits you need. Next step, add it to your site.

## Node Package Manager

Already have a `package.json` and use `npm` to install dependencies? Well, you can also [install Tabzilla
using npm](https://www.npmjs.com/package/mozilla-tabzilla). So either add it to your dependency list
or, install it using:

```Shell
npm install mozilla-tabzilla
```

## Manual Download

Don't use [Bower](http://bower.io/)? No problem, you can [download the latest release right here from the releases page](https://github.com/mozilla/tabzilla/releases).
Expand Down Expand Up @@ -89,4 +99,3 @@ The above will result in the wordmark being displayed as follows:

## License
MPL-2.0

0 comments on commit 69b8c8c

Please sign in to comment.