From a2db6ddea563fbd2f85cb98f2fab4c8f32e74019 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 25 Jul 2020 23:00:29 -0400 Subject: [PATCH] Add link to Snap releases. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c081df62..8f27e6a83 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Clock Signal Clock Signal ('CLK') is an emulator for tourists that seeks to be invisible. Users directly launch classic software with no emulator or per-emulated-machine learning curve. -[Releases](https://github.com/TomHarte/CLK/releases) are hosted on GitHub. +macOS and source releases are [hosted on GitHub](https://github.com/TomHarte/CLK/releases). For desktop Linux it is also available as a [Snap](https://snapcraft.io/clock-signal). On the Mac it is a native Cocoa application; under Linux, BSD and other UNIXes and UNIX-alikes it can be built either with Qt or with SDL; the Qt build should be considered preliminary and is currently closely bound to X11 as Qt doesn't abstract game-like keyboard handling.