Update README.md

At least the installation section is no longer empty. This might clear stuff up for people with little go experience.
This commit is contained in:
Daniel 2017-02-24 23:05:00 +01:00 committed by GitHub
parent 2dde2a79e7
commit 97aeb1ee8a
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed onl
# Installation
Start by installing the dependencies. On a standard ubuntu installation, you are likely to be missing gtk+-3.0. Install it by doing
apt install gtk+-3.0
and download the library with go get
go get github.com/andlabs/ui
# Documentation
The in-code documentation needs improvement. I have written a [tutorial](https://github.com/andlabs/ui/wiki/Getting-Started) in the Wiki.