From 4983019ec91f7b63c5d57971b6c431adf8382d85 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 25 Apr 2013 13:00:59 +0200 Subject: [PATCH] Install instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c34ea1..722157d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ bungloo-plugins =============== -A set of plugins for Tent client Bungloo \ No newline at end of file +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 \ No newline at end of file