Skip to content

Commit

Permalink
Updated installation steps for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Abinesh committed Jan 29, 2025
1 parent 7712817 commit 1b92fec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contributors/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,16 @@ distributions and commands used to install these tools are below.
sudo apt update
sudo apt install build-essential
```
- Fedora/RHEL/CentOS
- RHEL/CentOS
```sh
sudo yum update
sudo yum groupinstall "Development Tools"
```
- Fedora
```sh
sudo dnf update
sudo dnf5 group install "d-development"
```
- OpenSUSE
```sh
sudo zypper update
Expand Down

0 comments on commit 1b92fec

Please sign in to comment.