summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2019-09-27 02:15:00 +0200
committernachoparker <nacho@ownyourbits.com>2019-09-27 00:15:00 +0000
commit8831ec465f9bb8eff7abe2788813c7379ab98625 (patch)
tree64009a0d3816665ce19b56535e29023be361aa57
parentb947b9cd545a8dd3c4965e8e50744f4f87720b51 (diff)
README: Add Fedora instructions (#25)
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 469059e..61830f4 100644
--- a/README.md
+++ b/README.md
@@ -52,3 +52,11 @@ git clone https://aur.archlinux.org/dutree.git
cd dutree
makepkg -si
```
+
+## Fedora
+
+You can install `dutree` from the official Fedora repositories:
+
+```sh
+$ sudo dnf -y install dutree
+```