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:
parent
2dde2a79e7
commit
97aeb1ee8a
|
@ -32,6 +32,14 @@ It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed onl
|
||||||
|
|
||||||
# Installation
|
# 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
|
# Documentation
|
||||||
|
|
||||||
The in-code documentation needs improvement. I have written a [tutorial](https://github.com/andlabs/ui/wiki/Getting-Started) in the Wiki.
|
The in-code documentation needs improvement. I have written a [tutorial](https://github.com/andlabs/ui/wiki/Getting-Started) in the Wiki.
|
||||||
|
|
Loading…
Reference in New Issue