Skip to content

Commit 2b29edb

Browse files
authored
fix(docs): fix fedora's dependencies typos (tauri-apps#129)
1 parent 5ae5e94 commit 2b29edb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/en/getting-started/setup-linux.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ $ sudo pacman -Syy && sudo pacman -S webkit2gtk \
4848

4949
```sh
5050
$ sudo dnf check-update && sudo dnf install webkit2gtk3-devel.x86_64 \
51-
base-devel \
51+
openssl-devel \
5252
curl \
53-
libssl-dev &&
54-
sudo dnf group install "C Development Tools and Libraries"
53+
&& sudo dnf group install "C Development Tools and Libraries"
5554
```
5655

5756
</TabItem>

0 commit comments

Comments
 (0)