1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-12 23:56:08 +02:00

Add Guix installation instructions

This commit is contained in:
Maxime Devos 2022-05-25 19:28:34 +00:00
parent 27ee44fffc
commit a8aa88073a

View File

@ -60,3 +60,11 @@ You can install `dutree` from the official Fedora repositories:
```sh
$ sudo dnf -y install dutree
```
## Guix
You can install `dutree` in Guix:
```sh
$ guix install dutree
```