diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 7591d82..a9ea3cf 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -19,7 +19,7 @@ post](http://hintjens.com/blog:106)). Get a fresh copy of the `abra` source code from [here](https://git.coopcloud.tech/coop-cloud/abra). -Install [direnv](https://direnv.net), run `cp .envrc.sample .envrc`, then run `direnv allow` in this directory. This will set coopcloud repos as private due to [this bug.](https://git.coopcloud.tech/coop-cloud/coopcloud.tech/issues/20#issuecomment-8201). Or you can run `go env -w GOPRIVATE=coopcloud.tech` but I'm not sure how persistent this is. +Install [direnv](https://direnv.net), run `cp .envrc.sample .envrc`, then run `direnv allow` in this directory. Or you can run `go env -w GOPRIVATE=coopcloud.tech` but I'm not sure how persistent this is. Install [Go >= 1.16](https://golang.org/doc/install) and then: