Updated 02. Linux Setup (markdown)

Laegel
2020-03-16 00:16:14 +01:00
parent a46c9a5645
commit ac075d7057

@@ -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