From 1c9a95db840619a6a69b7c9afe4d35848df1502b Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Tue, 3 Jan 2023 16:46:35 +0100 Subject: [PATCH] Update development-environment-with-guix.md --- doc/development-environment-with-guix.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/development-environment-with-guix.md b/doc/development-environment-with-guix.md index 6c7b0eb..5e50b42 100644 --- a/doc/development-environment-with-guix.md +++ b/doc/development-environment-with-guix.md @@ -25,16 +25,18 @@ Hurray 🎉 ! Now you can hack on `mobilizon-reshare` without worrying about dep #### Debian/Ubuntu/Linx Mint and derivatives -If you run Ubuntu 20.04, Linux Mint 20, Debian Bullseye or later (or one of their derivatives) installing Guix is achieved with: +If you are running Debian or a derivative such as Ubuntu or Linux Mint installing Guix is achieved with: ```shell $ sudo apt install guix ``` -If you want to find out which version of Debian you are running you can use: +#### openSUSE + +Likewise on openSUSE: ```shell -$ sudo cat /etc/debian_release +$ sudo zypper install guix ``` #### Arch Linux