diff options
| author | Antoine Tenart | 2018-08-24 18:43:16 +0200 |
|---|---|---|
| committer | Antoine Tenart | 2018-08-24 18:47:39 +0200 |
| commit | 588466f4a8b4fff6809170a73cd6e69295a18191 (patch) | |
| tree | 8fc936c86092106a5a4f4d431d55aa41763cb760 | |
| parent | cf89ff45c2a908c4d8bc2e4ff5598245a5b8833c (diff) | |
INSTALL: add instructions for the Fedora copr
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
| -rw-r--r-- | INSTALL.md | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -5,6 +5,22 @@ | |||
| 5 | Thanks to [atenart](https://ack.tf/), there is a package available on | 5 | Thanks 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 | ||
| 8 | We use copr (cool other packages repo) as the Mat2 Nautilus plugin depends on | ||
| 9 | python3-nautilus, which isn't available yet in Fedora (but is distributed | ||
| 10 | through this copr). | ||
| 11 | |||
| 12 | First you need to enable Mat2's copr: | ||
| 13 | |||
| 14 | ``` | ||
| 15 | dnf -y copr enable atenart/mat2 | ||
| 16 | ``` | ||
| 17 | |||
| 18 | Then you can install both the Mat2 command and Nautilus extension: | ||
| 19 | |||
| 20 | ``` | ||
| 21 | dnf -y install mat2 mat2-nautilus | ||
| 22 | ``` | ||
| 23 | |||
| 8 | ## Debian | 24 | ## Debian |
| 9 | 25 | ||
| 10 | There is currently no package for Debian. If you want to help to make this | 26 | There is currently no package for Debian. If you want to help to make this |
