docs/Homebrew-on-Linux: update instructions for Fedora-based distros

This commit is contained in:
XTY 2025-05-14 02:02:34 +08:00
parent 17de33e9ef
commit f39cb527fd
No known key found for this signature in database
GPG Key ID: 44684E1A541E0F95

View File

@ -61,11 +61,11 @@ To install build tools, paste at a terminal prompt:
sudo apt-get install build-essential procps curl file git
```
- **Fedora, CentOS, or Red Hat**
- **Fedora, CentOS Stream, or RHEL**
```sh
sudo yum groupinstall 'Development Tools'
sudo yum install procps-ng curl file git
sudo dnf group install 'Development Tools'
sudo dnf install procps-ng curl file
```
- **Arch Linux**