mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-30 12:27:33 +01:00
docs: Fix mistakes
This commit is contained in:
parent
9a0a51380b
commit
bc39e89b05
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
A certain development environment is suggested to allow for streamlined development on ReVanced.
|
A certain development environment is suggested to allow for streamlined development on ReVanced.
|
||||||
|
|
||||||
## 1. ⬇️ Clone repositories
|
## 🚀 Get started
|
||||||
|
|
||||||
|
1. ⬇️ Clone repositories
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir revanced && cd revanced
|
mkdir revanced && cd revanced
|
||||||
@ -20,13 +22,13 @@ for repository in "${repositories[@]}" ; do
|
|||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. 🛠️ Build
|
2. 🛠️ Build
|
||||||
|
|
||||||
To build all projects, run the following command from the directory which contains the repositories.
|
To build all projects, run the following command from the directory which contains the repositories.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
for project in */; do
|
for project in */; do
|
||||||
(cd "$project" && ./gradlew build)
|
cd "$project" && ./gradlew build
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -41,7 +43,7 @@ done
|
|||||||
> gpr.key = key
|
> gpr.key = key
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
## ⚙️ Workspace setup in IntelliJ IDEA
|
## ⚙️ Setup your workspace in IntelliJ IDEA
|
||||||
|
|
||||||
1. Open the `revanced-cli` project in IntelliJ IDEA and ensure you are using the right JDK from [💼 Prerequisites](0_prerequisites.md)
|
1. Open the `revanced-cli` project in IntelliJ IDEA and ensure you are using the right JDK from [💼 Prerequisites](0_prerequisites.md)
|
||||||
2. Import other projects you cloned earlier as modules to the `revanced-cli` project
|
2. Import other projects you cloned earlier as modules to the `revanced-cli` project
|
||||||
@ -84,7 +86,7 @@ done
|
|||||||
> by running `./gradlew publishToMavenLocal`.
|
> by running `./gradlew publishToMavenLocal`.
|
||||||
> You can now use them as dependencies in local projects such as `revanced-patches` or `revanced-cli`.
|
> You can now use them as dependencies in local projects such as `revanced-patches` or `revanced-cli`.
|
||||||
|
|
||||||
## 5. ⚠️ Troubleshoot your development environment
|
## ⚠️ Troubleshoot your development environment
|
||||||
|
|
||||||
Confirm that your development environment works as intended:
|
Confirm that your development environment works as intended:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user