diff --git a/README.md b/README.md index 647b1e2..e943074 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -[![build badge]][build link] [![GitHub last commit]][commit history] -[![GitHub commit activity]][commit frequency] +[![build badge]][build link] +[![GitHub commit activity]][commit frequency] [![issues badge]][open issues link] ![open issues for next release badge and link] + ## Summary @@ -18,13 +19,12 @@ Microfetch is an improved version of neofetch written with [micronaut] and built
  • Move executable to dedicated directory, ie C:\Program Files\threshr\
  • Add directory to your PATH
    (I like to add this snippet to my ps profile) +Assuming you've added the microfetch binary to `C:\Program Files\microfetch\`, ```PowerShell -# assuming you've added the microfetch binary to C:\Program Files\microfetch\ "C:\Program Files\microfetch\" | -if (!($env:Path -like "*$_*")) -{ - $env:Path = "$( $env:Path );$_" +if ( ! ($env:Path -like "*$_*" ) ) { + $env:Path = "$( $env:Path ); $_" } ``` @@ -43,29 +43,15 @@ ___ Take a whack at any [open issues]! -[build badge]:https://img.shields.io/github/actions/workflow/status/Jonathan-Zollinger/Microfetch/gradle.yml?style=plastic&logo=github&label=Gradle%20Build&link=https%3A%2F%2Fgithub.com%2FJonathan-Zollinger%2FMicrofetch%2Factions%20build-status%20 - +[build badge]:https://img.shields.io/github/actions/workflow/status/Jonathan-Zollinger/Microfetch/gradle.yml?style=for-the-badge&logo=github&label=Gradle%20Build&link=https%3A%2F%2Fgithub.com%2FJonathan-Zollinger%2FMicrofetch%2Factions%20build-status%20 [build link]:https://github.com/Jonathan-Zollinger/Microfetch/actions/workflows/maven.yml - -[open issues]:https://github.com/Jonathan-Zollinger/Microfetch/issues"open-issues" - -[//]: # ([contributing]:Contributing.md) - -[GitHub code size in bytes]:https://img.shields.io/github/languages/code-size/Jonathan-Zollinger/Microfetch?style=plastic%20project-size%20 - +[issues badge]:https://img.shields.io/github/issues/jonathan-zollinger/microfetch?style=for-the-badge +[open issues link]:https://github.com/Jonathan-Zollinger/Microfetch/issues"open-issues" +[open issues for next release badge and link]:https://img.shields.io/github/milestones/issues-open/jonathan-zollinger/microfetch/1?style=for-the-badge&label=remaining%20issues%20for%20release%20v0.0.1&link=https%3A%2F%2Fgithub.com%2FJonathan-Zollinger%2Fmicrofetch%2Fmilestones [download link]:https://github.com/Jonathan-Zollinger/Microfetch/archive/refs/heads/main.zip - -[license]:https://img.shields.io/github/license/Jonathan-Zollinger/Microfetch?style=plastic"GPL-3-License" - +[license]:https://img.shields.io/github/license/Jonathan-Zollinger/Microfetch?style=for-the-badge"GPL-3-License" [//]: # ([license file]:LICENSE) - -[GitHub last commit]:https://img.shields.io/github/last-commit/Jonathan-Zollinger/Microfetch/main?style=plastic%20most-recent-commit - -[commit history]:https://github.com/Jonathan-Zollinger/Microfetch/commits/main - -[GitHub commit activity]:https://img.shields.io/github/commit-activity/y/Jonathan-Zollinger/Microfetch?style=plastic"commit-frequency" - +[GitHub commit activity]:https://img.shields.io/github/commit-activity/w/jonathan-zollinger/microfetch?style=for-the-badge [commit frequency]:https://github.com/Jonathan-Zollinger/Microfetch/graphs/code-frequency - [micronaut]:https://micronaut.io/ [graalvm]:https://micronaut.io/2019/04/26/micronaut-and-graalvm-the-ultimate-recipe-for-fast-lightweight-powerful-apps/