From 4c4fa4b525ec8ce2130c6c39fd0703c1fbfba4a0 Mon Sep 17 00:00:00 2001 From: Srikanth Patchava Date: Wed, 22 Apr 2026 16:25:44 -0700 Subject: [PATCH] docs: add CI and License badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea883cd..4748f2e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ⚙️ ebuild — EoS Embedded Build System +[![CI](https://github.com/embeddedos-org/ebuild/actions/workflows/ci.yml/badge.svg)](https://github.com/embeddedos-org/ebuild/actions/workflows/ci.yml) +[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Version](https://img.shields.io/github/v/tag/embeddedos-org/ebuild?label=version)](https://github.com/embeddedos-org/ebuild/releases/latest) > **⚠️ Not Gentoo ebuilds.** This is the **EmbeddedOS Build Tool** — a unified build system for the [EoS embedded OS](https://github.com/embeddedos-org/eos). Not related to [Gentoo's ebuild format](https://wiki.gentoo.org/wiki/Ebuild).