diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-27 12:56:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 12:56:57 -0700 |
commit | dcb361391cf384a5ebb954010db333d715f6c453 (patch) | |
tree | f39b81608f7a41b9e9dd97338befae6679caa931 /README.md | |
parent | Merge pull request #426 from Kcchouette/patch-1 (diff) | |
parent | README: Link to AppVeyor Windows build (diff) | |
download | redshift-ng-dcb361391cf384a5ebb954010db333d715f6c453.tar.gz redshift-ng-dcb361391cf384a5ebb954010db333d715f6c453.tar.bz2 redshift-ng-dcb361391cf384a5ebb954010db333d715f6c453.tar.xz |
Merge pull request #482 from jonls/appveyor
Fix #438: Add AppVeyor configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -18,15 +18,15 @@ Build status ------------ [](https://travis-ci.org/jonls/redshift) - -Building from source --------------------- - -See the file [HACKING](HACKING.md) for more details on building from source. +[](https://ci.appveyor.com/project/jonls/redshift) FAQ --- +**How do I install Redshift?** + +Use the packages provided by your distribution, e.g. for Ubuntu: `apt-get install redshift` or `apt-get install redshift-gtk`. For developers, please see _Building from source_ and _Latest builds from master branch_ below. + **Where can I find my coordinates to put in the configuration file?** There are multiple web sites that provide coordinates for map locations, for @@ -91,7 +91,13 @@ Please go to [the issue tracker](https://github.com/jonls/redshift/issues) and check if your issue has already been reported. If not, please open a new issue describing you problem. -Donations ---------- +Latest builds from master branch +-------------------------------- + +- [Ubuntu PPA](https://launchpad.net/~dobey/+archive/ubuntu/redshift-daily/+packages) (`sudo add-apt-repository ppa:dobey/redshift-daily`) +- [Windows x64](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift.zip?branch=master) + +Building from source +-------------------- -[](https://flattr.com/thing/57936/Redshift) +See the file [HACKING](HACKING.md) for more details on building from source. |