Skip to content

Commit 1b92fec

Browse files
committed
Updated installation steps for Fedora
1 parent 7712817 commit 1b92fec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contributors/devel/development.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,16 @@ distributions and commands used to install these tools are below.
194194
sudo apt update
195195
sudo apt install build-essential
196196
```
197-
- Fedora/RHEL/CentOS
197+
- RHEL/CentOS
198198
```sh
199199
sudo yum update
200200
sudo yum groupinstall "Development Tools"
201201
```
202+
- Fedora
203+
```sh
204+
sudo dnf update
205+
sudo dnf5 group install "d-development"
206+
```
202207
- OpenSUSE
203208
```sh
204209
sudo zypper update

0 commit comments

Comments
 (0)