mirror of
https://github.com/muesli/telephant
synced 2024-11-13 23:37:11 +00:00
Added Docker build instructions to README
This commit is contained in:
parent
4403ed71bd
commit
78a297b824
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue