Remove broken (unnecessary?) link
All checks were successful
continuous-integration/drone/push Build is passing

Closes coop-cloud/organising#635
This commit is contained in:
3wc 2024-10-05 12:25:42 -04:00
parent f891be56a4
commit e3b6a004f6

View File

@ -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: