Skip to content

Commit 01f1ecf

Browse files
committed
add installation instructions for RPM packages
1 parent 9767309 commit 01f1ecf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/usage.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ curl -fL --output /tmp/pie.phar https://github.com/php/pie/releases/latest/downl
3131
&& sudo chmod +x /usr/local/bin/pie
3232
```
3333

34+
### Distribution packages
35+
36+
**On Fedora and Enterprise Linux**
37+
38+
On Enterprise Linux (CentOS, RHEL, AlmaLinux, RockyLinux, and other clones) you
39+
need to enable the [EPEL](https://docs.fedoraproject.org/en-US/epel/) repository.
40+
41+
```shell
42+
sudo dnf install pie
43+
```
44+
45+
Package information: [pie](https://src.fedoraproject.org/rpms/pie)
46+
3447
### Docker installation
3548

3649
PIE is published as binary-only Docker image, so you can use it easily during your Docker build:

0 commit comments

Comments
 (0)