diff --git a/02.-Linux-Setup.md b/02.-Linux-Setup.md index e8e3528..32d1bb2 100644 --- a/02.-Linux-Setup.md +++ b/02.-Linux-Setup.md @@ -6,7 +6,7 @@ Tauri is a polyglot system, and as such requires a good deal of tooling. ### System dependencies: ``` -$ sudo apt update && sudo apt install libwebkit2gtk-4.0-dev build-essential curl libssl-dev +$ sudo apt update && sudo apt install libwebkit2gtk-4.0-dev build-essential curl libssl-dev appmenu-gtk3-module ``` ### Node runtime and package manager