aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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