From 119847aaca77795e651392abcbda5b1907ab3796 Mon Sep 17 00:00:00 2001 From: Stiven <89946683+thisfeeling@users.noreply.github.com> Date: Tue, 28 May 2024 22:46:48 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b839a3..474d394 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -### Kyliz Script +# `Kyliz Script` **A shell-based script that allows you to download/compile auto/manual env an Android kernel and also create a flashable zip via recovery.** -### Avaible languages +## Available languages **-en_US es_CO pt_BR.** -### Features +## Features **-Check updates system, Languages system, Config system.** @@ -20,7 +20,7 @@ [Releases](https://github.com/thisfeeling/kyliz_script/releases) -### Script Configuration Example config.sh +## Script Configuration Example config.sh ```bash #!/bin/bash @@ -75,7 +75,7 @@ MANUAL_CONFIG_CLANG_TRIPLE="/home/thisfeeling/work/prebuilts/aarch64-linux-gnu-/ MANUAL_CONFIG_CLANG="/home/thisfeeling/work/prebuilts/clang-r417554/bin/clang-13" ``` -### Configure File "anykernel.sh" Example +## Configure File "anykernel.sh" Example ```bash ## AnyKernel setup @@ -93,15 +93,15 @@ device.name1=ali block=/dev/block/bootdevice/by-name/boot; is_slot_device=auto; ``` -### Necessary Files +## Necessary Files **AnyKernel3 - Dtbtool** -### TIP +## TIP **-If you want to put other kernel patches or kernel distributions, you can use the shortcut (CTRL + Z) to pause the script and to resume "/fg".** -### Execution kyliz shell script +## Execution kyliz shell script ```bash sudo chmod +x setup.sh && sudo ./setup.sh ```