docs: Add documentation (#278)

This commit is contained in:
oSumAtrIX
2024-02-25 03:30:08 +01:00
committed by GitHub
parent 41257ee87e
commit fe616beb22
11 changed files with 1041 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ To use ReVanced Patcher in your project, follow these steps:
to your project
2. Add the dependency to your project:
```kotlin
```kt
dependencies {
implementation("app.revanced:revanced-patcher:{$version}")
}
@@ -115,7 +115,7 @@ you can follow the [ReVanced documentation](https://github.com/ReVanced/revanced
### 📃 Documentation
The documentation contains the fundamentals of ReVanced Patcher and how to use ReVanced Patcher to create patches.
You can find it [here](https://github.com/ReVanced/revanced-patcher/tree/docs).
You can find it [here](https://github.com/ReVanced/revanced-patcher/tree/docs/docs).
## 📜 Licence