diff --git a/Building-With-Android-Build-System.md b/Building-With-Android-Build-System.md index 0580c8a..32bb445 100644 --- a/Building-With-Android-Build-System.md +++ b/Building-With-Android-Build-System.md @@ -4,12 +4,12 @@ This guide is for integrating the [PMT Renovated](https://github.com/ShawkTeam/p You can add the project in two ways: -- **Place in external directory:** +- **Placing in `external` directory:** ```bash git clone https://github.com/ShawkTeam/pmt-renovated external/pmt ``` -- **Place in the device tree:** +- **Placing in the device tree:** ```bash git clone https://github.com/ShawkTeam/pmt-renovated device///pmt ```