aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c4a8ff..60a9b98 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Dependencies
------------
* WeeChat 1.1+ http://weechat.org/
* websocket-client https://pypi.python.org/pypi/websocket-client/
+ * curl http://curl.haxx.se/
Setup
------
@@ -63,11 +64,20 @@ wee-slack doesn't use the Slack IRC gateway. If you currently connect via the ga
/python reload
```
-####1. Install websocket-client lib
+####1. Install dependencies
+
+##### OSX
+```
+pip install websocket-client
```
+
+##### Linux (ubuntu)
+```
+sudo apt-get install curl
pip install websocket-client
```
+
####2. copy wee_slack.py to ~/.weechat/python/autoload
```
wget https://raw.githubusercontent.com/rawdigits/wee-slack/master/wee_slack.py