Merge pull request #15 from agilgur5/perf-clone-depth

perf: `--depth=1` shallow clones for end users
pull/227/head^2^2
huakim 3 months ago committed by GitHub
commit d6d9622879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,8 +6,8 @@ Script to add GApps and other stuff to Waydroid!
## Interactive terminal interface
```
git clone https://github.com/casualsnek/waydroid_script
```bash
git clone --depth=1 https://github.com/casualsnek/waydroid_script
cd waydroid_script
python3 -m venv venv
venv/bin/pip install -r requirements.txt
@ -25,7 +25,7 @@ sudo venv/bin/python3 main.py
## Command Line
```bash
git clone https://github.com/casualsnek/waydroid_script
git clone --depth=1 https://github.com/casualsnek/waydroid_script
cd waydroid_script
python3 -m venv venv
venv/bin/pip install -r requirements.txt

Loading…
Cancel
Save