From 5db84ddec64eeb446e05c4dc71523e20cdc21175 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 19 Nov 2023 18:13:55 +0100 Subject: [PATCH] Jack's hard-earned badges [skip ci] Signed-off-by: Joachim Wiberg --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5cee76b..bae7f551 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -Infix - Linux <3 NETCONF +[![License Badge][]][License] [![Coverity Status][]][Coverity Scan] +Infix - Linux <3 NETCONF
Documentation - **Infix In-Depth** @@ -19,7 +20,8 @@ Infix is a Linux Network Operating System (NOS) based on [Buildroot][1], and [sysrepo][2]. A powerful mix that ease porting to different platforms, simplify long-term maintenance, and provide made-easy -management using NETCONF[^1] (remote) or the built-in [CLI][3]. +management using NETCONF[^1] (remote) or the built-in [command +line interface (CLI)][3] (click the foldout for an example).
Example CLI Session @@ -86,3 +88,7 @@ more information, see: [Infix in Virtual Environments](doc/virtual.md). [1]: https://buildroot.org/ [2]: https://www.sysrepo.org/ [3]: doc/cli/introduction.md +[License]: https://en.wikipedia.org/wiki/GPL_license +[License Badge]: https://img.shields.io/badge/License-GPL%20v2-blue.svg +[Coverity Scan]: https://scan.coverity.com/projects/29393 +[Coverity Status]: https://scan.coverity.com/projects/29393/badge.svg