aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Brendle <brendle@demos-deutschland.de>2018-05-15 11:20:43 +0200
committerTollef Fog Heen <tfheen@err.no>2018-06-07 11:23:27 +0200
commit1afb40b2f554b0b240dd05a1d64a346bc0e3e33b (patch)
treef2a6205e389af7a245379487f61f2545f4b9b655
parentcd6f687531eba7e493e419c5e643288aced0f44c (diff)
downloadwee-slack-1afb40b2f554b0b240dd05a1d64a346bc0e3e33b.tar.gz
readme: add hint about split-packaging in distros
some distributions do not distribute weechat with support for all plugins by default, but use separate packages to provide support for different scripting languages. users should be made aware of that
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b65f64..4638bbd 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ Dependencies
------------
* WeeChat 1.3+ http://weechat.org/
* websocket-client https://pypi.python.org/pypi/websocket-client/
+ * Some distributions package weechat's plugin functionalities in separate packages.
+ Be sure that your weechat supports python plugins. Under Debian, install `weechat-python`
Setup
------