diff options
author | Daniel Schauenberg <d@unwiredcouch.com> | 2015-07-28 12:22:30 -0400 |
---|---|---|
committer | Daniel Schauenberg <d@unwiredcouch.com> | 2015-07-28 12:22:30 -0400 |
commit | f0ee527a7bb0a51cb5e71c7fd2add0b546cee1bf (patch) | |
tree | 49436749d5ce817e8ea93369f09ff56ea5880570 | |
parent | ce087595ecd01e86c28862c90291e3bf746bdd64 (diff) | |
download | wee-slack-f0ee527a7bb0a51cb5e71c7fd2add0b546cee1bf.tar.gz |
add install instructions for FreeBSD
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ``` |