Update development-environment-with-guix.md
This commit is contained in:
parent
1678e836c9
commit
1c9a95db84
|
@ -25,16 +25,18 @@ Hurray 🎉 ! Now you can hack on `mobilizon-reshare` without worrying about dep
|
||||||
|
|
||||||
#### Debian/Ubuntu/Linx Mint and derivatives
|
#### 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
|
```shell
|
||||||
$ sudo apt install guix
|
$ 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
|
```shell
|
||||||
$ sudo cat /etc/debian_release
|
$ sudo zypper install guix
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
|
|
Loading…
Reference in New Issue