From b06dffcb265c2f3c74753b393d4320e1a69bb933 Mon Sep 17 00:00:00 2001 From: ddlr Date: Thu, 2 Mar 2017 14:05:05 +1300 Subject: [PATCH] README.md: add yum to fortune-mod install guide --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bbcb14..96d5eeb 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,15 @@ python3.5 -m pip install discord.py[voice] lxml fuzzywuzzy youtube_dl rethinkdb py -3 -m pip install discord.py[voice] lxml fuzzywuzzy youtube_dl rethinkdb ruamel.yaml pendulum Pillow==3.4.1 readline ``` -The joke command requires the fortune-mod package, which should be installable on Linux distros, including Debian and Ubuntu. +The joke command requires the fortune-mod package, which are installable on Linux and other Unix-based distros. + +Debian, Ubuntu, etc.: ``` sudo apt install fortune-mod ``` -If you're on Windows, you might want to consider [this guide](http://superuser.com/questions/683162/bsd-fortune-for-windows-command-prompt-or-dos), but you're on your own. +If you're on Red Hat, Fedora, etc., replace ``apt`` with ``yum``. If you're on another Linux distro, I trust you know what package manager to use. +If you're on Windows, you might want to check out [this guide](http://superuser.com/questions/683162/bsd-fortune-for-windows-command-prompt-or-dos), but you're on your own. Note: ATM of writing this, Pillow 3.4.2 (the stable version...good job Pillow?) is broken, do not use pip's default to install this. This is why we're using Pillow==3.4.1 above, and not just Pillow