revanced-manager/docs/developers/0_preparation.md
validcube f14b697769
docs: part 7
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-10-21 22:43:40 +07:00

715 B

💼 Preparing a development environment

In order to compile ReVanced Manager, certain requirements must be met.

📝 Prerequisites

🏃 Prepare the environment

  1. Clone the repository
    git clone https://github.com/ReVanced/revanced-manager.git && cd revanced-manager
    
  2. Build the APK
    gradlew assembleRelease -Psign
    

⏭️ What's next

The next page will introduce you to basic overview of ReVanced Manager

Continue: 💁 Overview