From 35f13b6579c55312190fd831fcc45ee83c33f300 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Wed, 15 Jul 2020 11:28:32 +0100 Subject: [PATCH] Update README.md Former-commit-id: 002f60707cbdbaf13a88d7d0eed4a1d3ae78bd28 [formerly 4dfaa673b1160c65a23a8b35fa4533346fb93d77] Former-commit-id: 9082423721188ba338991358ecb3c6589138cab8 --- AppPackages/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/AppPackages/README.md b/AppPackages/README.md index 73822ca4..85bad5d9 100644 --- a/AppPackages/README.md +++ b/AppPackages/README.md @@ -11,13 +11,11 @@ If you prefer not to (or cannot) use the Microsoft Store or wish to test a diffe Starting in Windows 10 version 2004, **sideloading is enabled by default** and you can install apps by double-clicking signed app packages. On Windows 10 version 1909 and earlier, sideloading requires some additional configuration (see below). -The Kiwix JS Windows packages are signed: download your `.appxbundle` (packages are available above inside `AppPackages/KiwixWebApp_0.x.x.x_[AnyCPU]_Test/` -folders) and launch it by double-clicking. You may be prompted to allow sideloading, or you may need to do this first on older versions of Windows: -Settings -> Update and security -> For developers. +* **Simple procedure**: Just launch your package! The Kiwix JS Windows packages are signed: you can download an `.appxbundle` above inside `AppPackages/KiwixWebApp_0.x.x.x_[AnyCPU]_Test/` folders, and launch it by double-clicking. You may be prompted to allow sideloading, or you may need enable it first on older versions of Windows: Settings -> Update and security -> For developers. -You will need a ZIM archive to use the full features of this app - [see below](#download-a-zim-archive-all-platforms). +**You will need a ZIM archive to use the full features of this app - [see below](#download-a-zim-archive-all-platforms).** -**_If this procedure fails_**, the package may not be a signed one, or else you have an even older version of Windows 10. In this case, follow the more complex procedure below: +**_If above procedure fails_**, the package may not be a signed one, or else you have an even older version of Windows 10. In this case, follow the more complex procedure below: * Put your PC in Developer mode: Settings / Update and security / For developers (it is not enough to select "Sideload" for unsigned packages). Your device may need to download a developer package, install it, and restart. * Then, launch a PowerShell command window: press Windows key and type PowerShell, right-click and "Run as Administrator".