diff --git a/README.md b/README.md index 882a13a6..39a6380f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,19 @@ For anyone who wants to provide translations please submit them to https://crowd - [ ] Migrate to Jetpack Compose when it's officially released ## Building [![Build](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml/badge.svg?branch=dev)](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml) +### In Android Studio Clone the repo, open it in Android Studio and build the app. +### In command line +#### On Windows: +```powershell +.\gradlew.bat assembleDebug +``` +#### On Linux/macOS: +```bash +chmod +x gradlew +./gradlew assembleDebug +``` + ## Vanced FAQ Vanced FAQ (from the faq branch) now available on the playstore! https://play.google.com/store/apps/details?id=com.vanced.faq \ No newline at end of file