mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
docs(Build): Shorten build_runner args
This commit is contained in:
parent
50b4a5f1d8
commit
2772a96727
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Learn how to build ReVanced Manager from source.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
dart run slang
|
dart run slang
|
||||||
dart run build_runner build --delete-conflicting-outputs
|
dart run build_runner build -d
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Build the APK
|
5. Build the APK
|
||||||
|
|
Loading…
Reference in a new issue