Skip to content

Commit 5009164

Browse files
author
Laegel
authored
fix(docs): Added libgtk-3-dev dependency
1 parent 7a5f656 commit 5009164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started/setup-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ $ sudo apt update && sudo apt install libwebkit2gtk-4.0-dev \
1515
build-essential \
1616
curl \
1717
libssl-dev \
18-
appmenu-gtk3-module
18+
appmenu-gtk3-module \
19+
libgtk-3-dev
1920
```
2021

2122
## 2. Node.js Runtime and Package Manager&nbsp;<Icon title="control-skip-forward" color="warning"/>

0 commit comments

Comments
 (0)