From 7d615ba065e9d8d95a974a37fb512eb526d7a6f7 Mon Sep 17 00:00:00 2001 From: Chris DeLuca Date: Thu, 13 Apr 2017 09:34:02 -0400 Subject: Fix readme markdown Github changed their markdown parser, and broke a bunch of readmes. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef71bcc..7a207dd 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit