Install instructions

This commit is contained in:
Paolo 2013-04-25 13:23:29 +02:00
parent 23ccca1df6
commit 60b961657f

View file

@ -6,12 +6,12 @@ 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 for plugins](https://github.com/jeena/bungloo/wiki/Plugins). 1. Copy or move the `it.to.work` directory in the [Bungloo directory for plugins](https://github.com/jeena/bungloo/wiki/Plugins).
2. Add <pre> 2. Add <pre>
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() {
} }
); );
</pre> to your `Plugin.js` file. </pre> to your `Plugin.js` file.
3. Restart Bungloo. 3. Restart Bungloo.