Skip to content

Commit 15206ad

Browse files
authored
Merge pull request #75 from Jakuje/patch-1
Update steps for package installation in Fedora/EPEL
2 parents 56b090a + f23a38c commit 15206ad

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,26 @@ Install the plugin:
3939
$ sudo apt-get install sasl-xoauth2
4040
```
4141

42-
## Pre-Built Packages for RHEL/Fedora
42+
## Pre-Built Packages for RHEL/EPEL/Fedora
4343

44-
(Thank you [@augustus-p](https://github.com/augustus-p) for confirming that
45-
this works!)
44+
The package is now available in latest Fedora and EPEL8/9. You can see how to enable epel here:
4645

47-
Add the [sasl-xoauth2 Copr
48-
repository](https://copr.fedorainfracloud.org/coprs/jjelen/sasl-xoauth2/):
46+
https://docs.fedoraproject.org/en-US/epel/
47+
48+
After that just install the plugin as any other package:
4949

5050
```
51-
$ sudo dnf copr enable jjelen/sasl-xoauth2
51+
$ sudo dnf install sasl-xoauth2
5252
```
5353

54-
Install the plugin:
54+
(Thank you [@augustus-p](https://github.com/augustus-p) for confirming that
55+
this works!)
56+
57+
For older Fedora versions, you can use the [sasl-xoauth2 Copr
58+
repository](https://copr.fedorainfracloud.org/coprs/jjelen/sasl-xoauth2/):
5559

5660
```
57-
$ sudo dnf install sasl-xoauth2
61+
$ sudo dnf copr enable jjelen/sasl-xoauth2
5862
```
5963

6064
### A Note on SELinux

0 commit comments

Comments
 (0)