From 812927b919fd15de79a699888b476107546bc86d Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 29 Sep 2022 13:46:34 -0500 Subject: [PATCH] More docs changes. Churn, baby, churn! --- README.md | 17 +++++++++-------- docs/releasing.md | 7 +++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 02bcd64..54148d7 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,17 @@ Join us in [\#gotop:matrix.org](https://app.element.io/#/room/#gotop:matrix.org) > Badges? We don't need no stinking badges! +
+ ![](https://github.com/xxxserxxx/gotop/workflows/Build%20Go%20binaries/badge.svg) +![](https://img.shields.io/librariesio/github/xxxserxxx/gotop) +[![](https://img.shields.io/badge/go%20report-A-green.svg?style=flat)](https://goreportcard.com/report/github.com/xxxserxxx/gotop/v4) + ![](https://img.shields.io/github/v/release/xxxserxxx/gotop) ![](https://img.shields.io/github/release-date/xxxserxxx/gotop) ![](https://img.shields.io/github/downloads/xxxserxxx/gotop/total?sort=semver) -![](https://img.shields.io/librariesio/github/xxxserxxx/gotop) -![](https://img.shields.io/github/commit-activity/m/xxxserxxx/gotop) -![](https://img.shields.io/github/license/xxxserxxx/gotop) -![](https://img.shields.io/github/contributors/xxxserxxx/gotop) -![](https://img.shields.io/aur/last-modified/gotop) -[![](https://img.shields.io/badge/go%20report-A-green.svg?style=flat)](https://goreportcard.com/report/github.com/xxxserxxx/gotop/v4) + +
See the [mini-blog](https://github.com/xxxserxxx/gotop/wiki/Micro-Blog) for updates on the build status, and the [change log](/CHANGELOG.md) for release updates. @@ -35,7 +36,7 @@ Working and tested on Linux, FreeBSD and MacOS. Windows binaries are provided, b If you install gotop by hand, or you download or create new layouts or colorschemes, you will need to put the layout files where gotop can find them. To see the list of directories gotop looks for files, run `gotop -h`. The first directory is always the directory from which gotop is run. -- **Arch**: Install from AUR, e.g. `yay -S gotop-bin`. There is also `gotop` and `gotop-git` +- **Arch**: ![](https://img.shields.io/aur/last-modified/gotop) Install from AUR, e.g. `yay -S gotop-bin`. There is also `gotop` and `gotop-git` - **Gentoo**: gotop is available on [guru](https://gitweb.gentoo.org/repo/proj/guru.git) overlay. ```shell sudo layman -a guru @@ -145,7 +146,7 @@ document. ## Contributors -Many people have contributed code to gotop. Most of the work was by the original author, Caleb Bassi, who was seduced by the dark side (Rust) and had to be thrown into a volcano. Thanks to [everyone who's submitted a PR](https://github.com/xxxserxxx/gotop/CONTRIBUTORS.md), or otherwise contributed to the project! +Many people ![](https://img.shields.io/github/contributors/xxxserxxx/gotop) have contributed code to gotop. Most of the work was by the original author, Caleb Bassi, who was seduced by the dark side (Rust) and had to be thrown into a volcano. Thanks to [everyone who's submitted a PR](https://github.com/xxxserxxx/gotop/CONTRIBUTORS.md), or otherwise contributed to the project! ## Built With diff --git a/docs/releasing.md b/docs/releasing.md index 0438243..c2c35d0 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -6,9 +6,8 @@ 4. Wait for the github workflows to complete 5. Download and verify the correct version of one of the binaries 6. Finish the draft release and publish. -7. Check gotop-builder for a successful everything build; if successful, publish. -8. ~~Notify Nix~~ -- this seems to have been automated by the Nix folks? -9. ~~Notify Homebrew~~ ~~Automated now.~~ Automation broke. Notify manually. -10. Do the Arch release. +7. ~~Notify Nix~~ -- this seems to have been automated by the Nix folks? +8. ~~Notify Homebrew~~ ~~Automated now.~~ Automation broke. Notify manually. +9. Do the Arch release. 1. cd actions/arch-package 2. VERSION=v4.1.2 ./run.sh