revanced-manager/docs/developers/0_preparation.md
validcube 2f31fc7d6e
docs: part 8.5
TODO: see PR #1411 suggestions

Co-authored-by: Palm <palmpasuthorn@gmail.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-10-23 15:07:17 +07:00

728 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 application
    gradlew assembleRelease
    

⏭️ What's next

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

Continue: 💁 Overview