Install instructions
This commit is contained in:
parent
95e0d52589
commit
23ccca1df6
1 changed files with 3 additions and 5 deletions
|
@ -4,9 +4,8 @@ bungloo-plugins
|
||||||
A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bungloo)
|
A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bungloo)
|
||||||
|
|
||||||
#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 for plugins](https://github.com/jeena/bungloo/wiki/Plugins).
|
||||||
2. Add
|
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',
|
||||||
|
@ -14,6 +13,5 @@ require( [
|
||||||
], function() {
|
], function() {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
```
|
</pre> to your `Plugin.js` file.
|
||||||
to your `Plugin.js` file.
|
|
||||||
3. Restart Bungloo.
|
3. Restart Bungloo.
|
Loading…
Add table
Add a link
Reference in a new issue