From 11b0243be112d207c192b7db8417794f90e0d5ab Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 1 Dec 2023 18:59:25 +0100 Subject: [PATCH] Add two additional badges to show contributors and last commit Also add additional start option "Stable branch". As sources are now (mainly) frozen, this is worth to mention and recommend. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index deaa11eb3..83f215c58 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@
Armbian Linux Build Framework

-Artifacts generation +GitHub contributors +Artifacts generation +GitHub last commit (branch)

## Table of contents @@ -38,6 +40,8 @@ ### Start with the build script +#### Development branch: + ```bash apt-get -y install git git clone --depth=1 --branch=main https://github.com/armbian/build @@ -45,6 +49,16 @@ cd build ./compile.sh ``` +#### Stable branch: + +```bash +apt-get -y install git +git clone --depth=1 --branch=v23.11 https://github.com/armbian/build +cd build +./compile.sh +``` + + Armbian logo - Interactive graphical interface.