diff options
author | Chris DeLuca <bronzehedwick@gmail.com> | 2017-04-13 09:34:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 09:34:02 -0400 |
commit | 7d615ba065e9d8d95a974a37fb512eb526d7a6f7 (patch) | |
tree | c166a96fc6b629818009196bc7aca4a6a51c4eb0 /README.md | |
parent | 0d74722da5943ce3adfb460e581c2485baa0be65 (diff) | |
download | wee-slack-7d615ba065e9d8d95a974a37fb512eb526d7a6f7.tar.gz |
Fix readme markdown
Github changed their markdown parser, and broke a bunch of readmes.
Diffstat (limited to 'README.md')
-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 |