docs: Un-indent markdown to fix rendering

This commit is contained in:
oSumAtrIX 2024-02-25 04:50:44 +01:00
parent a4e18334bc
commit d862d61386
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -60,7 +60,7 @@
# 👶 Setting up a development environment # 👶 Setting up a development environment
To get started developing patches with ReVanced Patcher, you need to prepare a development environment. To start developing patches with ReVanced Patcher, you must prepare a development environment.
## 📝 Prerequisites ## 📝 Prerequisites
@ -84,16 +84,16 @@ Throughout the documentation, [ReVanced Patches](https://github.com/revanced/rev
./gradlew build ./gradlew build
``` ```
> [!NOTE] > [!NOTE]
> If the build fails due to authentication, you may need to authenticate to GitHub Packages. > If the build fails due to authentication, you may need to authenticate to GitHub Packages.
> Create a PAT with the scope `read:packages` [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced) and add your token to ~/.gradle/gradle.properties. > Create a PAT with the scope `read:packages` [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced) and add your token to ~/.gradle/gradle.properties.
> >
> Example `gradle.properties` file: > Example `gradle.properties` file:
> >
> ```properties > ```properties
> gpr.user = user > gpr.user = user
> gpr.key = key > gpr.key = key
> ``` > ```
3. Open the project in your IDE 3. Open the project in your IDE