From aad899064b3cbc5fbbef49c88b56f6d55ef1254f Mon Sep 17 00:00:00 2001 From: "Abhijith D.A" Date: Sat, 1 May 2021 00:05:52 -0700 Subject: [PATCH] Add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68f2507..30be3e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Software Update Manager (SUM) +[![Go](https://github.com/VeritasOS/software-update-manager/actions/workflows/go.yml/badge.svg)](https://github.com/VeritasOS/software-update-manager/actions/workflows/go.yml) + The Software Update Manager (SUM) provides ability to update a system. It could be used to perform major or minor updates. The main difference of major and minor updates is whether the update RPM contains the entire ISO contents or not. The SUM framework can be used to perform live update or an offline update (i.e., utilitizing a separate partition). It relies on [Plugin Manager](https://"github.com/VeritasOS/plugin-manager) & Plugins to drive or replay any required configuration. The SUM architecture & workflow can be found in the following sections. > **Table of Contents**