We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d12d7 commit aaee193Copy full SHA for aaee193
doc/getting-started/getting-started/installation.md
@@ -158,8 +158,8 @@ Get dependencies:
158
```shell
159
sudo dnf update -y && \
160
sudo dnf groupinstall -y \
161
- 'C Development Tools and Libraries' \
162
- 'Development Tools' && \
+ 'c-development' \
+ 'development-tools' && \
163
sudo dnf install -y \
164
clang \
165
gettext \
@@ -179,7 +179,8 @@ sudo dnf update -y && \
179
sed \
180
protobuf-compiler \
181
protobuf-devel \
182
- postgresql-devel && \
+ postgresql-devel \
183
+ python3-mako && \
184
sudo dnf clean all
185
```
186
0 commit comments