summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Tenart2018-08-24 18:43:16 +0200
committerAntoine Tenart2018-08-24 18:47:39 +0200
commit588466f4a8b4fff6809170a73cd6e69295a18191 (patch)
tree8fc936c86092106a5a4f4d431d55aa41763cb760
parentcf89ff45c2a908c4d8bc2e4ff5598245a5b8833c (diff)
INSTALL: add instructions for the Fedora copr
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
-rw-r--r--INSTALL.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c5dac0f..02eb8d4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,6 +5,22 @@
5Thanks to [atenart](https://ack.tf/), there is a package available on 5Thanks to [atenart](https://ack.tf/), there is a package available on
6[Fedora's copr]( https://copr.fedorainfracloud.org/coprs/atenart/mat2/ ). 6[Fedora's copr]( https://copr.fedorainfracloud.org/coprs/atenart/mat2/ ).
7 7
8We use copr (cool other packages repo) as the Mat2 Nautilus plugin depends on
9python3-nautilus, which isn't available yet in Fedora (but is distributed
10through this copr).
11
12First you need to enable Mat2's copr:
13
14```
15dnf -y copr enable atenart/mat2
16```
17
18Then you can install both the Mat2 command and Nautilus extension:
19
20```
21dnf -y install mat2 mat2-nautilus
22```
23
8## Debian 24## Debian
9 25
10There is currently no package for Debian. If you want to help to make this 26There is currently no package for Debian. If you want to help to make this