From c84dcf396a79ac72abbf87fda099bc18e71f9fe1 Mon Sep 17 00:00:00 2001 From: Shriraj Hegde Date: Tue, 5 Oct 2021 16:43:31 +0530 Subject: [PATCH] Add Linux CI badge --- .github/workflows/continuous-build.yml | 4 +-- README.md | 40 +++++++++++++++++--------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 811425b..91b28ca 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -1,4 +1,4 @@ -name: Continuous Build +name: Continuous Build Linux on: push @@ -24,5 +24,5 @@ jobs: - uses: actions/upload-artifact@v2 with: - name: Btop + name: btop path: 'bin/btop-*' \ No newline at end of file diff --git a/README.md b/README.md index 3d4e2f6..4ffbe6e 100644 --- a/README.md +++ b/README.md @@ -12,24 +12,36 @@ [![Sponsor](https://img.shields.io/badge/-Sponsor-red?logo=github)](https://github.com/sponsors/aristocratos) [![Coffee](https://img.shields.io/badge/-Buy%20me%20a%20Coffee-grey?logo=Ko-fi)](https://ko-fi.com/aristocratos) [![btop](https://snapcraft.io/btop/badge.svg)](https://snapcraft.io/btop) +[![Continuous Build](https://github.com/aristocratos/btop/actions/workflows/continuous-build.yml/badge.svg)](https://github.com/aristocratos/btop/actions) ## Index -* [News](#news) -* [Documents](#documents) -* [Description](#description) -* [Features](#features) -* [Themes](#themes) -* [Support and funding](#support-and-funding) -* [Prerequisites](#prerequisites) (Read this if you are having issues!) -* [Screenshots](#screenshots) -* [Keybindings](#help-menu) -* [Installation](#installation) -* [Manual compilation](#compilation) -* [Install the snap](#install-the-snap) -* [Configurability](#configurability) -* [License](#license) +- [!btop++](#) + - [Index](#index) + - [News](#news) + - [Under development](#under-development) + - [18 September 2021](#18-september-2021) + - [5 May 2021](#5-may-2021) + - [Documents](#documents) + - [Description](#description) + - [Features](#features) + - [Themes](#themes) + - [Support and funding](#support-and-funding) + - [Prerequisites](#prerequisites) + - [**Notice (Text rendering issues)**](#notice-text-rendering-issues) + - [Screenshots](#screenshots) + - [Main UI showing details for a selected process](#main-ui-showing-details-for-a-selected-process) + - [Main UI in TTY mode](#main-ui-in-tty-mode) + - [Main UI with custom options](#main-ui-with-custom-options) + - [Main-menu](#main-menu) + - [Options-menu](#options-menu) + - [Help-menu](#help-menu) + - [Installation](#installation) + - [Compilation](#compilation) + - [Install the snap](#install-the-snap) + - [Command line options](#command-line-options) + - [LICENSE](#license) ## News