mirror of
https://github.com/muesli/telephant
synced 2024-11-26 21:30:19 +00:00
Added build instructions to README
This commit is contained in:
parent
aef1c96106
commit
dba819c755
1 changed files with 24 additions and 1 deletions
25
README.md
25
README.md
|
@ -1,2 +1,25 @@
|
|||
# Chirp!
|
||||
Chirp!
|
||||
======
|
||||
|
||||
A lightweight but modern Twitter client, written in Go & QML.
|
||||
|
||||
## Installation
|
||||
|
||||
Make sure you have a working Go environment. See the [install instructions](http://golang.org/doc/install.html).
|
||||
|
||||
### Dependencies
|
||||
|
||||
Before you can build Chirp you need to install the [Go/Qt bindings](https://github.com/therecipe/qt/wiki/Installation#regular-installation).
|
||||
|
||||
### Building Chirp!
|
||||
|
||||
git clone https://github.com/muesli/chirp.git
|
||||
qtdeploy build desktop chirp/
|
||||
|
||||
### Run it
|
||||
|
||||
./chirp/deploy/linux/chirp
|
||||
|
||||
## Development
|
||||
|
||||
API docs can be found [here](http://godoc.org/github.com/muesli/chirp).
|
||||
|
|
Loading…
Reference in a new issue