Skip to content

Commit 4bbe626

Browse files
authored
Fix fedora required packages (#4325)
1 parent 99535d4 commit 4bbe626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Install the required tools.
1212

1313
* In Fedora perform:
1414

15-
dnf -y groupinstall development-tools
16-
dnf -y install ruby ruby-devel rubygem-bundler linkchecker
15+
dnf -y group install development-tools
16+
dnf -y install ruby ruby-devel rubygem-bundler linkchecker c++
1717

1818
* In RHEL perform:
1919

0 commit comments

Comments
 (0)