From d17bd2c301f76d74704f25b097bea4a5d5aa2af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Hormaz=C3=A1bal?= Date: Tue, 18 Apr 2017 08:41:37 +0200 Subject: [PATCH] Added instructions for OpenSUSE --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index fe753a9..508aa39 100644 --- a/Installation.md +++ b/Installation.md @@ -50,6 +50,12 @@ sudo pip install thefuck ```bash sudo emerge --ask app-shells/thefuck ``` +# OpenSUSE + +```bash +sudo zypper in python3 python3-devel +sudo pip install thefuck +``` # Void Linux ```bash