Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ curl -fL --output /tmp/pie.phar https://github.com/php/pie/releases/latest/downl
&& sudo chmod +x /usr/local/bin/pie
```

### Distribution packages

**On Fedora and Enterprise Linux**

On Enterprise Linux (CentOS, RHEL, AlmaLinux, RockyLinux, and other clones) you
need to enable the [EPEL](https://docs.fedoraproject.org/en-US/epel/) repository.

```shell
sudo dnf install pie
```

Package information: [pie](https://src.fedoraproject.org/rpms/pie)

### Docker installation

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