diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-12 17:29:23 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-12 17:29:23 +0200 |
commit | d028f56953259b77f453d1c44c50d8bd3b39e1b7 (patch) | |
tree | e29d42bd00015a3e1ef83f379134d469985ae883 /README.md | |
parent | 9d24ff14876a76865320a8a3cabb89636176f9bc (diff) | |
download | wee-slack-d028f56953259b77f453d1c44c50d8bd3b39e1b7.tar.gz |
Make distro/OS names bold in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -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 |