From 6d52b2c2772a7f05e03c1f0c3d169562009be8bb Mon Sep 17 00:00:00 2001 From: Arjun Balgovind <32061677+arjunbalgovind@users.noreply.github.com> Date: Fri, 7 Feb 2020 14:22:49 -0800 Subject: [PATCH] Update MSIX Readme with sideloading steps (#1237) --- installer/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/README.md b/installer/README.md index a94dfbff93c..63b1485f02f 100644 --- a/installer/README.md +++ b/installer/README.md @@ -15,6 +15,9 @@ For the first-time installation, you'll need to generate a self-signed certifica 1. Open `Developer PowerShell for VS` as admin 2. Run `Set-ExecutionPolicy -executionPolicy Unrestricted` +### Allow Sideloaded apps +In order to install the MSIX package without using the Microsoft Store, sideloading apps needs to be enabled. This can be done by enabling `Developer Options > Sideload apps` or `Developer Options > Developer mode`. + ## To Build MSIX 1. Make sure you've built the `Release` configuration of `powertoys.sln` 2. Open `Developer PowerShell for VS`