diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-04-13 08:41:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 08:41:14 -0700 |
commit | a5038b342c06138cefaa958702a094f491a52564 (patch) | |
tree | 001d65ff1d3aa8b83b11ceecc09b405e5e5142b3 | |
parent | fada5b6a42f68e946538855ea8d3a7cd7a33e82f (diff) | |
parent | 7d615ba065e9d8d95a974a37fb512eb526d7a6f7 (diff) | |
download | wee-slack-a5038b342c06138cefaa958702a094f491a52564.tar.gz |
Merge pull request #336 from bronzehedwick/patch-2
Fix readme markdown
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -49,7 +49,7 @@ Setup ------ -####0. +#### 0. wee-slack doesn't use the Slack IRC gateway. If you currently connect via the gateway, you should probably remove the server definition. @@ -61,7 +61,7 @@ wee-slack doesn't use the Slack IRC gateway. If you currently connect via the ga /python reload ``` -####1. Install dependencies +#### 1. Install dependencies ##### OSX and Linux ``` @@ -73,20 +73,20 @@ pip install websocket-client pkg install py27-websocket-client py27-six ``` -####2. copy wee_slack.py to ~/.weechat/python/autoload +#### 2. copy wee_slack.py to ~/.weechat/python/autoload ``` wget https://raw.githubusercontent.com/rawdigits/wee-slack/master/wee_slack.py cp wee_slack.py ~/.weechat/python/autoload ``` -####3. Start WeeChat +#### 3. Start WeeChat ``` weechat ``` **NOTE:** If weechat is already running, the script can be loaded using ``/python load python/autoload/wee_slack.py`` -####4. Add your Slack API key(s) +#### 4. Add your Slack API key(s) ``` /set plugins.var.python.slack_extension.slack_api_token [YOUR_SLACK_TOKEN] ``` @@ -106,7 +106,7 @@ If you don't want to store your API token in plaintext you can use the secure fe /set plugins.var.python.slack_extension.slack_api_token [token1],[token2],[token3] ``` -###5. $PROFIT$ +### 5. $PROFIT$ ``` /save /python reload |