aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schauenberg <d@unwiredcouch.com>2015-07-28 12:22:30 -0400
committerDaniel Schauenberg <d@unwiredcouch.com>2015-07-28 12:22:30 -0400
commitf0ee527a7bb0a51cb5e71c7fd2add0b546cee1bf (patch)
tree49436749d5ce817e8ea93369f09ff56ea5880570
parentce087595ecd01e86c28862c90291e3bf746bdd64 (diff)
downloadwee-slack-f0ee527a7bb0a51cb5e71c7fd2add0b546cee1bf.tar.gz
add install instructions for FreeBSD
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index efcc88b..a69df48 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,10 @@ pip install websocket-client
sudo apt-get install curl
pip install websocket-client
```
-
+##### FreeBSD
+```
+pkg install curl py27-websocket-client py27-six
+```
####2. copy wee_slack.py to ~/.weechat/python/autoload
```