From a6bab7050ef9c77105245936b55dd832f66fc9c0 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 12 Nov 2023 18:15:34 +0100 Subject: [PATCH] Remove broken graphics, small fixes (#5899) --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 383888ed7696..bc451dfb77e1 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ Armbian logo
- Armbian Linux Build Framework

- $${\color{black}NEXT\space \color{red}gen}$$ -

- + Armbian Linux Build Framework
+
+Artifacts generation +

+ ## Table of contents - [What does this project do?](#what-does-this-project-do) @@ -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 \