From ac075d70573bbafeec50331211d4954cebd95345 Mon Sep 17 00:00:00 2001 From: Laegel Date: Mon, 16 Mar 2020 00:16:14 +0100 Subject: [PATCH] Updated 02. Linux Setup (markdown) --- 02.-Linux-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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