pull/203/merge
Anton Gilgur 5 days ago committed by GitHub
commit 97488c1361
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