feat(docs): update ci build script and use README instead of index

This commit is contained in:
Ax333l
2022-11-13 14:05:16 +01:00
parent dcf0413af7
commit 27dd5a5184
6 changed files with 24 additions and 18 deletions

16
testing-docs/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Prerequisites
##### docs/prerequisites
<br />
#### Requirements
- ADB
- x86/x86\_64 host architecture
- Zulu JDK 17
- Latest Android SDK if you plan to build the integrations from the source
- The APK file you want to patch (e.g. YouTube v17.36.37 or YouTube Music v5.23.50). If you want to mount patched applications as root, make sure the same version is installed on your device.
<br />
You can continue by either [building everything from source](https://github.com/revanced/revanced-documentation/wiki/Building-from-source) or [downloading the prebuilt packages](https://github.com/revanced/revanced-documentation/wiki/Downloading-prebuilt-packages).