From 4712131f3646ec9084854008ef9970843596d7ba Mon Sep 17 00:00:00 2001 From: knoflook Date: Tue, 7 Sep 2021 08:19:42 +0000 Subject: [PATCH] docs: change go-abra to abra in README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index efd3739c3..5d9451afa 100644 --- a/README.md +++ b/README.md @@ -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) -[![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) +[![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/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 @@ -28,8 +28,8 @@ yay -S abra-git # or abra ### Build from source ```sh -git clone https://git.coopcloud.tech/coop-cloud/go-abra -cd go-abra +git clone https://git.coopcloud.tech/coop-cloud/abra +cd abra go env -w GOPRIVATE=coopcloud.tech make install ```