We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae5e94 commit 2b29edbCopy full SHA for 2b29edb
docs/en/getting-started/setup-linux.md
@@ -48,10 +48,9 @@ $ sudo pacman -Syy && sudo pacman -S webkit2gtk \
48
49
```sh
50
$ sudo dnf check-update && sudo dnf install webkit2gtk3-devel.x86_64 \
51
- base-devel \
+ openssl-devel \
52
curl \
53
- libssl-dev &&
54
- sudo dnf group install "C Development Tools and Libraries"
+ && sudo dnf group install "C Development Tools and Libraries"
55
```
56
57
</TabItem>
0 commit comments