From b050fc38841013710c738ba35417f9436e7df22d Mon Sep 17 00:00:00 2001 From: Alex Myczko Date: Thu, 23 Apr 2020 21:10:01 +0200 Subject: [PATCH 1/2] Update README.md you might want to move all the different binary distributions away so users are not distracted, and just point them to https://repology.org/project/photoflow/versions ? --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9891bf45b..70a79fb29 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Here is the general feature (wish)list: You can follow the development of photoflow and learn about its usage in the dedicated blog: http://photoflowblog.blogspot.fr/ -# Windows and OSX installers +# Windows and macOS installers -Up-to-date Windows and OSX installers are available from the [releases](https://github.com/aferrero2707/PhotoFlow/releases) web page. +Up-to-date Windows and macOS installers are available from the [releases](https://github.com/aferrero2707/PhotoFlow/releases) web page. # Installing from PPA (Ubuntu Linux and derivate distributions) @@ -34,6 +34,10 @@ or to install the daily git builds from the "stable" branch: sudo apt-get install photoflow-git +# Installing from official Debian (sid+) + + apt install photoflow + # Arch Linux packages Pre-compiled packages are available from the [releases](https://github.com/aferrero2707/PhotoFlow/releases) web page. To install a given version, download the photoflow-git-x.x.x-1-x86_64.pkg.tar.xz archive (where `x.x.x` must be replaced with the version to be installed) and then run From 42f9709815ea39731df2e92be83d9aa474e8eb6c Mon Sep 17 00:00:00 2001 From: Alex Myczko Date: Thu, 30 Apr 2020 08:26:41 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a79fb29..8cd39f1de 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ or to install the daily git builds from the "stable" branch: sudo apt-get install photoflow-git -# Installing from official Debian (sid+) +# Installing from official Debian (sid+) or Ubuntu (20.10+) apt install photoflow