Install instructions

This commit is contained in:
Paolo 2013-04-25 13:11:55 +02:00
parent a264ae65a9
commit 0ca8957ce6

View file

@ -6,15 +6,14 @@ A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bun
#Install #Install
1. Copy or move the `it.to.work` directory in the [Bungloo directory](https://github.com/jeena/bungloo/wiki/Plugins). 1. Copy or move the `it.to.work` directory in the [Bungloo directory](https://github.com/jeena/bungloo/wiki/Plugins).
2. Add 2. Add
``` ```javascript
require( [ require( [
'plugins/it.to.work/hide-replies', 'plugins/it.to.work/hide-replies',
'plugins/it.to.work/unread-posts', 'plugins/it.to.work/unread-posts',
'plugins/it.to.work/marked-posts' 'plugins/it.to.work/marked-posts'
], function() { ], function() {
} }
); );
``` ```
to your `Plugin.js` file. to your `Plugin.js` file.
3. Restart Bungloo. 3. Restart Bungloo.