aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7c4a8ff..0296092 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,6 @@
wee-slack
=========
-**Important:**
- Just updated with some **huge** performance improvements! Seriously, **upgrade now**. Weechat 1.1 or newer is now required. There was code to work around issues that no longer exist in newer versions. You should upgrade to if you wish to use continue using wee-slack.
-
------------
-
A WeeChat native client for Slack.com. Provides supplemental features only available in the web/mobile clients such as: synchronizing read markers, typing notification, search, (and more)! Connects via the Slack API, and maintains a persistent websocket for notification of events.
![animated screenshot](https://dl.dropboxusercontent.com/u/566560/slack.gif)
@@ -46,6 +41,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 +59,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