From 4ef49bb0db7b8b108bcc672c44db08819236fee9 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 20 Sep 2021 23:16:57 +0100 Subject: [PATCH] Update Kiwix_JS_WikiMed_E_Release_Body.md Former-commit-id: 0b49765c049f5dae29258b587ec3b10dde1ad3ad [formerly 140e6f59cda470ec2373a9945e37dbc8e66c8754] [formerly 7454bb052423bd58728118aba26c01ea09b0598e] [formerly 882df4e9408e5cf34acd33c9c0630bc956a15f1f [formerly f37f80a4bc0152a54dca2b1d531a8bf12ba974d3 [formerly bc069044cc732287bde8e471156e41c33ad0ee88]]] Former-commit-id: c36e62c2a4d72c9e8550415e9e1436ad871cc4e1 [formerly 5fa5f7260ac6d861a7563d3ca620bcaf085094ce [formerly c90472ec7d65166de31ef3bd6a3bd3669604dab0]] Former-commit-id: 01e02ffb28b95b93cb976c451a08daf391d4d656 [formerly f9c76b5483e9fe23f0dd4ea35af8d50bf960f6b8] Former-commit-id: ae61345771bd35de7fba05e0fd45744291d08ec4 --- scripts/Kiwix_JS_WikiMed_E_Release_Body.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Kiwix_JS_WikiMed_E_Release_Body.md b/scripts/Kiwix_JS_WikiMed_E_Release_Body.md index 6cce7343..39be484a 100644 --- a/scripts/Kiwix_JS_WikiMed_E_Release_Body.md +++ b/scripts/Kiwix_JS_WikiMed_E_Release_Body.md @@ -25,7 +25,7 @@ There is no installation required for the Portable versions. NONE of these build ### Instructions: -* For the Windows Portable build, unzip the contents of the [Kiwix JS WikiMed <>.zip archive](https://github.com/kiwix/kiwix-js-windows/releases/download/v<>-WikiMed/Kiwix.JS.WikiMed.<>.zip) archive to any folder, or to a flash drive / thumb drive, and double click on `Start Kiwix JS WikiMed` or `Start Kiwix JS WikiMed.bat`, or open the `kiwix-js-windows-win32-ia32` folder and double click on `kiwix-js-windows.exe`. +* For the Windows Portable build, unzip the contents of the [Kiwix JS WikiMed <>.zip archive](https://github.com/kiwix/kiwix-js-windows/releases/download/v<>-WikiMed/Kiwix.JS.WikiMed.<>.zip) archive to any folder, or to a flash drive / thumb drive, and double click on `Start Kiwix JS WikiMed` or `Start Kiwix JS WikiMed.bat`, or open the `kiwix-js-windows-win32-ia32` folder and double click on `Kiwix JS WikiMed.exe`. * For the Windows Setup (installable) build, simply download and launch. It will install itself, together with a shortcut in your shortcut menu, and run. When you want to update the app, just install a new version over it (it will uninstall the old one for you). * For the Linux portable builds, download and save the correct AppImage file anywhere (e.g. your Desktop), and double-click it. If it doesn’t work, open Terminal and run `chmod a+x Kiwix.JS.WikiMed*.AppImage` and then `./Kiwix.JS.WikiMed*.AppImage`. On **Debian**, you will probably need to add the `--no-sandbox` switch to the command like this `./Kiwix.JS.WikiMed*.AppImage --no-sandbox` (see https://github.com/electron/electron/issues/17972#issuecomment-516957971). On **OpenSUSE**, you may need to use these commandline switches instead: `./Kiwix.JS.WikiMed*.AppImage --use-gl=disabled --disable-gpu-compositing`.¹ * For the Linux installable builds, download the correct `.deb` package. Open a terminal, `cd` to the directory containing the package, and type `sudo apt install ./kiwix-js-wikimed*.deb`. Once installed, on **Debian**, you may have to run the app by opening terminal and typing `kiwix-js-wikimed --no-sandbox`. On **Ubuntu**, you should be able to run it from its installed icon. When you want to update, just install the new version, and it will install over the old version. To install on **OpenSUSE**, it may be easiest to extract the files from the AppImage instead of using the Deb package. The executable is `kiwix-js-wikimed` and you may need to add the commandline switches `--use-gl=disabled --disable-gpu-compositing`.¹