Skip to content

Commit 667a31d

Browse files
FreedomBenmptre
authored andcommitted
Add COPR instructions for Fedora/RHEL/CentOS users
There is a COPR repo available now. Many users prefer to avoid COPR repos for various reasons so the old `wget` instructions are still fully supported. This is an important step toward getting included in the official Fedora repos, so we're getting closer! Can't put a timeline on inclusion yet but I'm hoping the next major release will include pick directly. There are _a lot_ of Fedora packaging standards/rules that I have to go through and conform too, in addition to the standard process, but it's coming along. Closes #312
1 parent 21aab2b commit 667a31d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,19 @@ emerge pick
4444

4545
### Fedora/RHEL/CentOS
4646

47-
The RPM builds are not yet in the official repositories, but you can install a
48-
community-built RPM if you are running Fedora 33 on x86_64:
47+
The RPM builds are not yet in the official repositories.
48+
But you can use the
49+
[COPR repo](https://copr.fedorainfracloud.org/coprs/freedomben/pick/)
50+
for all currently supported distro versions, see
51+
[Active Releases](https://copr.fedorainfracloud.org/coprs/freedomben/pick/):
52+
53+
```sh
54+
sudo dnf install -y dnf-plugins-core && \
55+
sudo dnf copr enable -y freedomben/pick && \
56+
sudo dnf install -y pick
57+
```
58+
59+
Alternatively, on Fedora 33 on x86_64 the RPM can be installed directly:
4960

5061
```sh
5162
wget https://github.com/FreedomBen/pick-rpm/releases/download/v4.0.0/pick-4.0.0-1.fc33.x86_64.rpm

0 commit comments

Comments
 (0)