From c1bd7f5c67227dfd2c58b2ee1f127ad0b2b29cd8 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 12 Jul 2021 10:03:03 -0400 Subject: [PATCH] Pull release links up closer to the lede. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca63d931..0a9f8180b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Clock Signal Clock Signal ('CLK') is an emulator for tourists that seeks to be invisible. Users directly launch classic software, avoiding the learning curves associated with emulators and with classic machines. +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). + This emulator seeks to offer: * single-click load of any piece of source media for any supported platform; * with a heavy signal processing tilt for accurate reproduction of original outputs; @@ -23,7 +25,7 @@ It currently contains emulations of the: * Sinclair ZX80/81; and * Sinclair ZX Spectrum. -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 and Metal application; under Linux, BSD and other UNIXes and UNIX-alikes it uses OpenGL and can be built either with Qt or with SDL. +On the Mac it is a native Cocoa and Metal application; under Linux, BSD and other UNIXes and UNIX-alikes it uses OpenGL and can be built either with Qt or with SDL. ## Single-step Loading