From b08aec02f55199937e0e9517dbfd7e922ebed4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vyhnal?= Date: Tue, 30 Oct 2018 21:49:42 +0100 Subject: [PATCH] update install guide for Linux Mint (#852) on Mint I had to install python3-setuptools package too --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0fb49cf..40273704 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,10 @@ On OS X, you can install *The Fuck* via [Homebrew][homebrew]: brew install thefuck ``` -On Ubuntu, install *The Fuck* with the following commands: +On Ubuntu / Mint, install *The Fuck* with the following commands: ```bash sudo apt update -sudo apt install python3-dev python3-pip +sudo apt install python3-dev python3-pip python3-setuptools sudo pip3 install thefuck ```