From fb91eac669e9e4781d4dcd26ee129213cbabde01 Mon Sep 17 00:00:00 2001 From: Piotr Grabowski Date: Wed, 6 Dec 2023 22:06:10 +0100 Subject: [PATCH] docs(readme): add some information on OS support --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11790a3..8d7127b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ This fork has been made with personal use for reading manga with mouse-centered navigation in mind. Consequently, some aspects of other workflows might have been broken. +The program has only been confirmed to work on Linux, but it is possible it +would work on other platforms. +

@@ -69,10 +72,11 @@ might have been broken. ## Installation -Download the latest release package from the [Releases] page and extract it to -the location where you want to keep the program files (e.g., `/opt/gomicsv`). +Download the latest release package from the [Releases] page (Linux only) and +extract it to the location where you want to keep the program files (e.g., +`/opt/gomicsv`). -Or build it from the source: +Or build it from the source (see below). [Releases]: https://github.com/fauu/gomicsv/releases @@ -94,6 +98,14 @@ Building requires [go] and some GTK-related dependencies. See [gomics: Requirements][gomics-requirements]. GTK-related build steps might take up to 15 minutes on first compile. +--- + +Extra information for Windows and macOS: + +- + +- + [go]: https://go.dev/ [gomics-requirements]: https://github.com/salviati/gomics#requirements