README updates

This commit is contained in:
Ox Cart
2019-11-21 05:42:56 -06:00
parent 132c99b092
commit 1f39d7d2fa
+4 -2
View File
@@ -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