From ea8af926fa60560ead6b343b4b56898a3b95b8f3 Mon Sep 17 00:00:00 2001 From: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:18:41 +0700 Subject: [PATCH] chore: update broken documentation link (#659) * chorus: fix invalid documentation link * chorus: Update broken documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3ce0da..207f9e6f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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-documentation/blob/main/docs/revanced-development/2_building_from_source.md) +3. Add your github token in gradle.properties like [this](https://github.com/revanced/revanced-manager/blob/docs/docs/5_building-from-source.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)