From ed06aaa1f52f4fd135c1a38e7cf8e15867a58055 Mon Sep 17 00:00:00 2001 From: Pun Date: Wed, 14 Jun 2023 19:52:10 +0700 Subject: [PATCH] docs(readme): fix invalid url for building manager from source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📜 fix invalid URL for building manager from source. Old: https://github.com/revanced/revanced-manager/blob/docs/docs/5_building-from-source.md New: https://github.com/revanced/revanced-manager/blob/main/docs/4_building.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1febb8eb..6cf5852d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you wish to translate ReVanced Manager, we're accepting translations on [Crow ## 🛠️ Building Manager from source 1. Setup flutter environment for your [platform](https://docs.flutter.dev/get-started/install) 2. Clone the repository locally -3. Add your github token in gradle.properties like [this](https://github.com/revanced/revanced-manager/blob/docs/docs/5_building-from-source.md) +3. Add your github token in gradle.properties like [this](https://github.com/revanced/revanced-manager/blob/main/docs/4_building.md) 4. Open the project in terminal 5. Run `flutter pub get` in terminal 6. Then `flutter packages pub run build_runner build --delete-conflicting-outputs` (Must be done on each git pull)