From e3b6a004f68622dfdb5d579ddafa3bd82b5768c3 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 5 Oct 2024 12:25:42 -0400 Subject: [PATCH] Remove broken (unnecessary?) link Closes coop-cloud/organising#635 --- docs/abra/hack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: