Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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+) or Ubuntu (20.10+)

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
Expand Down