From 620ea5b852181f3cc70408984763330c3dd91274 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 25 Feb 2024 04:50:44 +0100 Subject: [PATCH] docs: Un-indent markdown to fix rendering --- docs/2_1_setup.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/2_1_setup.md b/docs/2_1_setup.md index ae962ab..f4b8fb6 100644 --- a/docs/2_1_setup.md +++ b/docs/2_1_setup.md @@ -60,7 +60,7 @@ # 👶 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 @@ -84,16 +84,16 @@ Throughout the documentation, [ReVanced Patches](https://github.com/revanced/rev ./gradlew build ``` - > [!NOTE] - > 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. - > - > Example `gradle.properties` file: - > - > ```properties - > gpr.user = user - > gpr.key = key - > ``` +> [!NOTE] +> 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. +> +> Example `gradle.properties` file: +> +> ```properties +> gpr.user = user +> gpr.key = key +> ``` 3. Open the project in your IDE