From e24e4722275481b0022887a8eb37d4e5beba99bb Mon Sep 17 00:00:00 2001 From: Syuugo Date: Thu, 2 Mar 2023 01:43:09 +0900 Subject: [PATCH] Reveal `--depth` option (#397) --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index 0a2aa90..996e768 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,6 +57,9 @@ 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. 1. Run `./run.sh` under scripts directory.