Added Docker build instructions to README

This commit is contained in:
Christian Muehlhaeuser 2019-05-11 05:34:16 +02:00
parent 4403ed71bd
commit 78a297b824
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -1,7 +1,7 @@
Telephant!
==========
A lightweight but modern Social Media client, written in Go & QML.
A lightweight but modern Mastodon client, written in Go & QML.
![telephant logo](/assets/telephant.png)
@ -44,6 +44,12 @@ Before you can build Telephant you need to install the [Go/Qt bindings](https://
go get -u -v
$(go env GOPATH)/bin/qtdeploy build desktop .
### Within a Docker container
Follow the build instructions above, but instead of the last command, run:
$(go env GOPATH)/bin/qtdeploy -docker build linux
#### Run it
./deploy/linux/telephant