Install instructions
This commit is contained in:
parent
77c2affc99
commit
4983019ec9
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,4 +1,16 @@
|
||||||
bungloo-plugins
|
bungloo-plugins
|
||||||
===============
|
===============
|
||||||
|
|
||||||
A set of plugins for Tent client Bungloo
|
A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bungloo)
|
||||||
|
|
||||||
|
#Install
|
||||||
|
1. Copy or move the `it.to.work` directory in the [Bungloo directory](https://github.com/jeena/bungloo/wiki/Plugins).
|
||||||
|
2. Add ```javascript
|
||||||
|
require( [
|
||||||
|
'plugins/it.to.work/hide-replies',
|
||||||
|
'plugins/it.to.work/unread-posts',
|
||||||
|
'plugins/it.to.work/marked-posts'
|
||||||
|
], function() {
|
||||||
|
}
|
||||||
|
);```
|
||||||
|
3. Restart Bungloo
|
Loading…
Add table
Add a link
Reference in a new issue