Skip to content

Commit

Permalink
Remove broken graphics, small fixes (armbian#5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Nov 12, 2023
1 parent 5f513b2 commit a6bab70
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<a href="#build-framework">
<img src=".github/armbian-logo.png" alt="Armbian logo" width="144">
</a><br>
<strong>Armbian Linux Build Framework</strong><br><h3>
$${\color{black}NEXT\space \color{red}gen}$$
</h3>

<strong>Armbian Linux Build Framework</strong><br>
<br>
<a href=https://github.com/armbian/os><img alt="Artifacts generation" src="https://img.shields.io/github/actions/workflow/status/armbian/os/complete-artifact-matrix-all.yml?logo=githubactions&label=Build&style=for-the-badge&branch=main&logoColor=white"></a>
</p>

## Table of contents

- [What does this project do?](#what-does-this-project-do)
Expand Down Expand Up @@ -58,13 +59,13 @@ Show work-in-progress areas in interactive mode:
./compile.sh EXPERT="yes"
```

Build minimal CLI Armbian Focal image for Orangepi Zero. Use modern kernel and write image to the SD card:
Build minimal CLI Armbian Jammy image for Orangepi Zero. Use `current` kernel and write image to the SD card:

```bash
./compile.sh \
BOARD=orangepizero \
BRANCH=current \
RELEASE=focal \
RELEASE=jammy \
BUILD_MINIMAL=yes \
BUILD_DESKTOP=no \
KERNEL_CONFIGURE=no \
Expand Down

0 comments on commit a6bab70

Please sign in to comment.