diff options
Diffstat (limited to 'INSTALL.md')
| -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 |
