Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thisfeeling authored May 29, 2024
1 parent 50ada67 commit 119847a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.**

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit 119847a

Please sign in to comment.