aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-06-12 17:29:23 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-06-12 17:29:23 +0200
commitd028f56953259b77f453d1c44c50d8bd3b39e1b7 (patch)
treee29d42bd00015a3e1ef83f379134d469985ae883 /README.md
parent9d24ff14876a76865320a8a3cabb89636176f9bc (diff)
downloadwee-slack-d028f56953259b77f453d1c44c50d8bd3b39e1b7.tar.gz
Make distro/OS names bold in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/README.md b/README.md
index 11c61aa..e4d31e8 100644
--- a/README.md
+++ b/README.md
@@ -38,23 +38,20 @@ Setup
#### 1. Install dependencies
-Arch Linux: `pacman -S python2-websocket-client`
+**Arch Linux**: `pacman -S python2-websocket-client`
-Debian/Ubuntu: `apt install weechat-python python-websocket`
+**Debian/Ubuntu**: `apt install weechat-python python-websocket`
-Fedora: `dnf install python3-websocket-client`
+**Fedora**: `dnf install python3-websocket-client`
-FreeBSD: `pkg install py36-websocket-client`
+**FreeBSD**: `pkg install py36-websocket-client`
-OpenBSD: `pkg_add weechat-python py-websocket-client`
+**OpenBSD**: `pkg_add weechat-python py-websocket-client`
-Other: `pip install websocket-client`
+**Other**: `pip install websocket-client`
-Note for macOS: If you installed weechat with Homebrew, you will have to locate the python runtime environment used.
-If `--with-python@2` was used, you should use:
-```
-sudo /usr/local/opt/python@2/bin/pip2 install websocket_client
-```
+Note for **macOS**: If you installed weechat with Homebrew, you will have to locate the python runtime environment used.
+If `--with-python@2` was used, you should use: `sudo /usr/local/opt/python@2/bin/pip2 install websocket_client`
#### 2. Download wee\_slack.py to ~/.weechat/python