From c3eadcaeabf8aa96da71a00a7bdca4efec2950a3 Mon Sep 17 00:00:00 2001 From: NamelessGO <66227691+NameLessGO@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:13:56 -0300 Subject: [PATCH] Changed version schemed in installation from 2.1XX to 23.XX (#199) * Changed version schemed in installation from 2.1XX to 23.XX Another idea could be 2X.XX for future-proof, 24,25... But thought it would be more confusing, and we can just change the value next year * Update installing.md Not a fan of XXX, 2XXX indicates to start the change filename after 2 (2.1XX for past versions and 2X.XX for newer) replacing the filename as appropriate -> replacing X with the filename as appropriate. --- src/platform/linux/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/linux/installing.md b/src/platform/linux/installing.md index 266a5381..5b04e0aa 100644 --- a/src/platform/linux/installing.md +++ b/src/platform/linux/installing.md @@ -31,8 +31,8 @@ To install Anki: 3. Open a terminal and run the following commands, replacing the filename as appropriate. ```shell -tar xaf Downloads/anki-2.1.XX-linux-qt6.tar.zst -cd anki-2.1.XX-linux-qt6 +tar xaf Downloads/anki-2XXX-linux-qt6.tar.zst +cd anki-2XXX-linux-qt6 sudo ./install.sh ```