Skip to content
Merged
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
7 changes: 4 additions & 3 deletions doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ Get dependencies:
```shell
sudo dnf update -y && \
sudo dnf groupinstall -y \
'C Development Tools and Libraries' \
'Development Tools' && \
'c-development' \
'development-tools' && \
sudo dnf install -y \
clang \
gettext \
Expand All @@ -179,7 +179,8 @@ sudo dnf update -y && \
sed \
protobuf-compiler \
protobuf-devel \
postgresql-devel && \
postgresql-devel \
python3-mako && \
sudo dnf clean all
```

Expand Down
Loading