Skip to content

Commit aaee193

Browse files
ScuttoZShahanaFarooqui
authored andcommitted
installation.md: Fixed syntax in dependencies script for Fedora
1 parent f3d12d7 commit aaee193

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/getting-started/getting-started/installation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Get dependencies:
158158
```shell
159159
sudo dnf update -y && \
160160
sudo dnf groupinstall -y \
161-
'C Development Tools and Libraries' \
162-
'Development Tools' && \
161+
'c-development' \
162+
'development-tools' && \
163163
sudo dnf install -y \
164164
clang \
165165
gettext \
@@ -179,7 +179,8 @@ sudo dnf update -y && \
179179
sed \
180180
protobuf-compiler \
181181
protobuf-devel \
182-
postgresql-devel && \
182+
postgresql-devel \
183+
python3-mako && \
183184
sudo dnf clean all
184185
```
185186

0 commit comments

Comments
 (0)