docs: update README

This commit is contained in:
Kevin Franklin Kim 2024-10-26 11:43:01 +02:00
parent 7cd3072cba
commit 709a28123c
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

BIN
.github/assets/posh.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View File

@ -1,10 +1,14 @@
# Project Oriented SHELL (posh)
[![Build Status](https://github.com/foomo/posh/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/foomo/posh/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/foomo/posh)](https://goreportcard.com/report/github.com/foomo/posh)
[![Coverage Status](https://coveralls.io/repos/github/foomo/posh/badge.svg?branch=main&)](https://coveralls.io/github/foomo/posh?branch=main)
[![GoDoc](https://godoc.org/github.com/foomo/posh?status.svg)](https://godoc.org/github.com/foomo/posh)
<p align="center">
<img alt="POSH" src=".github/assets/posh.png"/>
</p>
# Project Oriented SHELL (posh)
> think of `posh` as an interactive and hackable Makefile
## Installing
@ -40,3 +44,5 @@ Make a pull request...
## License
Distributed under MIT License, please see license file within the code for more details.
[foomo](https://www.foomo.org) by [bestbytes](https://www.bestbytes.com)