From 00ec46eab35685a7910c8733b44d2cf91cdae6e8 Mon Sep 17 00:00:00 2001 From: flan Date: Mon, 17 Dec 2018 16:58:09 +0100 Subject: [PATCH] Clarify what the supported version range applies to --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8b6487..5b96c3a 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ It supports Python 3 and Anki 2.1. Installing ---------- -0. Install Anki. The currently supported version range is 2.1.1〜2.1.7. Running - the server with other versions might work, but things might break, so do it - at your own risk. Anki 2.0.x definitely isn't going to work, as it's written - in Python 2, whereas `ankisyncd` runs only on Python 3.5 and later. If for - some reason you can't get the supported Anki version easily on your system, - you can use `anki-bundled` from this repo: +0. Install Anki. The currently supported version range is 2.1.1〜2.1.7. (Keep in + mind this range only applies to the Anki used by the server, clients can be + as old as 2.0.27 and still work.) Running the server with other versions might + work as long as they're not 2.0.x, but things might break, so do it at your + own risk. If for some reason you can't get the supported Anki version easily + on your system, you can use `anki-bundled` from this repo: $ git submodule update --init $ cd anki-bundled