docs: change go-abra to abra in README.md

This commit is contained in:
knoflook 2021-09-07 08:19:42 +00:00
parent 50c321aecc
commit 4712131f36

View File

@ -1,11 +1,11 @@
# go-abra # abra
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/go-abra/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/coop-cloud/go-abra) [![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/abra/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/coop-cloud/abra)
[![Go Report Card](https://goreportcard.com/badge/git.coopcloud.tech/coop-cloud/go-abra)](https://goreportcard.com/report/git.coopcloud.tech/coop-cloud/go-abra) [![Go Report Card](https://goreportcard.com/badge/git.coopcloud.tech/coop-cloud/abra)](https://goreportcard.com/report/git.coopcloud.tech/coop-cloud/abra)
> Work-In-Progress port of [abra](https://git.coopcloud.tech/coop-cloud/abra) to Golang. > Work-In-Progress port of [abra-bash](https://git.coopcloud.tech/coop-cloud/abra-bash) to Golang.
See [abra](https://git.coopcloud.tech/coop-cloud/abra) for more. See our progress in [TODO.md](TODO.md). See [abra-bash](https://git.coopcloud.tech/coop-cloud/abra-bash) for more. See our progress in [TODO.md](TODO.md).
## Install ## Install
@ -28,8 +28,8 @@ yay -S abra-git # or abra
### Build from source ### Build from source
```sh ```sh
git clone https://git.coopcloud.tech/coop-cloud/go-abra git clone https://git.coopcloud.tech/coop-cloud/abra
cd go-abra cd abra
go env -w GOPRIVATE=coopcloud.tech go env -w GOPRIVATE=coopcloud.tech
make install make install
``` ```