From 1f39d7d2fa4af8c5147fc0b14426c4cfe06993a7 Mon Sep 17 00:00:00 2001 From: Ox Cart Date: Thu, 21 Nov 2019 05:42:56 -0600 Subject: [PATCH] README updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fae678..f26da03 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,14 @@ Now look for *Awesome App* in your menu bar! ### Linux -* Building apps requires the `gtk3` and `libappindicator3` development headers to be installed. For Debian or Ubuntu, you can may install these using: +* Building apps requires the `gtk3`, `libappindicator3` and `libwebkit2gtk-4.0-dev` development headers to be installed. For Debian or Ubuntu, you can may install these using: ```sh -sudo apt-get install libgtk-3-dev libappindicator3-dev +sudo apt-get install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev ``` +To build the example, run `go build example/main.go` + * Checked menu items are not yet implemented