Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down