From 789100d168436ef5c2b685607d0d60e44daf15f1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 21 Nov 2023 16:58:53 +0100 Subject: [PATCH] docs: update make instructions with correct commands and further instructions --- docs/abra/hack.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 3a30831..6d8ca80 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -10,10 +10,11 @@ Install [direnv](https://direnv.net), run `cp .envrc.sample .envrc`, then run `d Install [Go >= 1.16](https://golang.org/doc/install) and then: -- `make build` to build +- `make build` to build. If this fails, run `go mod tidy`. - `./abra` to run commands - `make test` will run tests -- `make install` will install it to `$GOPATH/bin` +- `make install-abra` will install abra to `$GOPATH/bin` +- `make install-kadabra` will install kadabra to `$GOPATH/bin` - `go get ` and `go mod tidy` to add a new dependency Our [Drone CI configuration](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/.drone.yml) runs a number of checks on each pushed commit. See the [Makefile](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/Makefile) for more handy targets.