mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
docs: correct styling issue
This commit is contained in:
parent
7df1ae7ed8
commit
61a025de4d
@ -2,29 +2,31 @@
|
|||||||
|
|
||||||
This page will guide you through building ReVanced Manager from source.
|
This page will guide you through building ReVanced Manager from source.
|
||||||
|
|
||||||
1. Setup the Flutter environment for your [platform](https://docs.flutter.dev/get-started/install)
|
1\. Setup the Flutter environment for your [platform](https://docs.flutter.dev/get-started/install)
|
||||||
|
|
||||||
2. Clone the repository
|
2\. Clone the repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
|
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
|
||||||
```
|
```
|
||||||
3. Get dependencies
|
3\. Get dependencies
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flutter pub get
|
flutter pub get
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Delete conflicting outputs
|
4\. Delete conflicting outputs
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Must be run every time you sync your local repository with the remote repository.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
dart run build_runner build --delete-conflicting-outputs
|
dart run build_runner build --delete-conflicting-outputs
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> Must be run every time you sync your local repository with the remote repository.
|
|
||||||
|
|
||||||
5. Build the APK
|
|
||||||
|
5\. Build the APK
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flutter build apk
|
flutter build apk
|
||||||
|
Loading…
Reference in New Issue
Block a user