From 0667942e504de278dc3362c38e66b7265ad02147 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:49:49 +0200 Subject: [PATCH] changed name to imbroglios_gsi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca0abf9f..cde4211d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TrebleDroid AOSP GSI for Redmi 13C +# ImbrogliOS AOSP GSI ## Build To get started with building AOSP GSI, you'll need to get familiar with [Git and Repo](https://source.android.com/source/using-repo.html) as well as [How to build a GSI](https://github.com/phhusson/treble_experimentations/wiki/How-to-build-a-GSI%3F). @@ -8,11 +8,11 @@ To get started with building AOSP GSI, you'll need to get familiar with [Git and ``` - Clone this repo: ``` - git clone https://github.com/imbroglius/redmi_13c_treble_aosp -b android-14.0 + git clone https://github.com/imbroglius/imbroglios_gsi -b android-14.0 ``` - Finally, start the build script: ``` - bash redmi_13c_treble_aosp/build.sh + bash imbroglios_gsi/build.sh ```