Skip to content

Commit

Permalink
readme: prepend bash for proper formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRGB committed Sep 8, 2023
1 parent 96a29b7 commit 852b178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ To get started with Android/AmogOS, you'll need to get
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).

To initialize your local repository using the LMODroid trees, use a command like this:
```
```bash
repo init -u https://github.com/AmogOS-Rom/android_manifest/ -b thirteen --git-lfs
```

Then to sync up:
```
```bash
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
```

Before building you can set environment variables to include gapps or microg.
```
```bash
# include gapps in the build
export GAPPS=true

Expand All @@ -30,7 +30,7 @@ unset GAPPS
```

To start the build you should run the following commands.
```
```bash
source build/envsetup.sh

# replace $codename with the actual codename of your device
Expand Down

0 comments on commit 852b178

Please sign in to comment.