From a450aeb0f7dc420f740e0e1e57b76eb3e1c5bc65 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Sun, 12 Mar 2023 18:20:51 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 996e768..3935b4b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,11 +57,14 @@ 1. Star (if you like) 1. Clone the repo to local -``` -git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1 -``` - - Run `cd scripts` - - Then run `./build.sh --help` (optional) to get the usage if you want to use CLI. + + ```bash + git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1 + ``` + +1. Run `cd scripts` +1. Then run `./build.sh --help` (optional) to get the usage if you want to use CLI. + 1. Run `./run.sh` under scripts directory. 1. Select the WSA version and its architecture (mostly x64). 1. Select the version of Magisk. @@ -86,15 +89,27 @@ git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1 5. If this workaround does not work, your PC is not supported for WSA 1. Magisk/Play store will be launched. Enjoy by installing LSPosed-zygisk with zygisk enabled or Riru and LSPosed-riru +--- + ## FAQ +
+ - Can I delete the installed folder? No. + - How can I update WSA to a new version? - Delete the `download` folder - Rerun the script, replace the content of your previous installation and rerun `Install.ps1`. Don't worry, your data will be preserved. + 1. Update build scripts + + ```bash + git pull + ``` + + For more usage of git, referred to + + 1. Rerun the script, replace the content of your previous installation and rerun `Install.ps1`. Don't worry, your data will be preserved. - How can I get the logcat from WSA? `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat` @@ -143,6 +158,10 @@ git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1 [Tutorial](KernelSU.md) +
+ +--- + ## Credits - [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA