diff --git a/content/blog/this-month-in-coop-cloud-august.md b/content/blog/this-month-in-coop-cloud-august.md index b967dde..6fe0427 100644 --- a/content/blog/this-month-in-coop-cloud-august.md +++ b/content/blog/this-month-in-coop-cloud-august.md @@ -13,7 +13,7 @@ Happy September folks! Time for another recap of what we've been up to. ### Go, Abra! (`go-abra`) -Our rewrite of `abra`, the Co-op Cloud command-line tool, continues apace: the `server`/`recipe` commands are completed, progress can be see on [TODO.md](https://git.coopcloud.tech/coop-cloud/go-abra/src/branch/main/TODO.md). We're working on design and usability as we go. The new command-line seems to remove the need to install Docker locally which is a huge win for portability :partly_sunny: +Our rewrite of `abra`, the Co-op Cloud command-line tool, continues apace: the `server`/`recipe` commands are completed, progress can be seen on [TODO.md](https://git.coopcloud.tech/coop-cloud/go-abra/src/branch/main/TODO.md). We're working on design and usability as we go. The new command-line seems to remove the need to install Docker locally which is a huge win for portability :partly_sunny: `@roxxers` has set up our own Golang package repositories in [coop-cloud/coopcloud.tech#20](https://git.coopcloud.tech/coop-cloud/coopcloud.tech/issues/20#issuecomment-8201), so we can now do things like `go get coopcloud.tech/abra` for package installations.