Skip to content

Commit

Permalink
Add installing instructions for RPM distros
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed May 28, 2020
1 parent 488b649 commit 828c0ad
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,38 @@ Patches and pull requests are welcome!

Feel free to contact me at: dns.botond at gmail dot com.

Installing
----------

### Fedora/CentOS/openSUSE

The package is available as RPM for Fedora 30+, openSUSE 15.1+ and CentOS 7. It's provided on a COPR
repository maintained by [@fepitre](https://github.com/fepitre): https://copr.fedorainfracloud.org/coprs/fepitre/xfce4-i3/.

#### Fedora and CentOS

Please have a look on the [official documentation](https://docs.pagure.org/copr.copr/how_to_enable_repo.html#how-to-enable-repo) on how to enable COPR repository. Then, for Fedora,

* dnf install xfce4-i3-workspaces-plugin

and for CentOS,

* yum install xfce4-i3-workspaces-plugin

#### openSUSE

Add the repo file by adjusting openSUSE release version. For example, for 15.1

* zypper addrepo -f https://copr.fedorainfracloud.org/coprs/fepitre/xfce4-i3/repo/opensuse-leap-15.1/fepitre-xfce4-i3-opensuse-leap-15.1.repo fepitre-xfce4-i3

and for Tumbleweed

* zypper addrepo -f https://copr.fedorainfracloud.org/coprs/fepitre/xfce4-i3/repo/opensuse-tumbleweed/fepitre-xfce4-i3-opensuse-tumbleweed.repo fepitre-xfce4-i3

Then, install the package

* zypper install xfce4-i3-workspaces-plugin

Building
--------

Expand Down

0 comments on commit 828c0ad

Please sign in to comment.