From 7a9426d575199b155199b196a278890f303e29c6 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 16 Sep 2023 18:52:42 +0000 Subject: [PATCH] add blog post about homebrew tap changes (#296) cc @chenrui Reviewed-on: https://gitea.com/gitea/blog/pulls/296 Reviewed-by: Lunny Xiao Reviewed-by: silverwind Co-authored-by: techknowlogick Co-committed-by: techknowlogick --- content/post/homebrewing-up-some-tea-cli.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/post/homebrewing-up-some-tea-cli.md diff --git a/content/post/homebrewing-up-some-tea-cli.md b/content/post/homebrewing-up-some-tea-cli.md new file mode 100644 index 0000000..b009a11 --- /dev/null +++ b/content/post/homebrewing-up-some-tea-cli.md @@ -0,0 +1,13 @@ +--- +date: 2023-09-15T10:10:00+00:00 +authors: "techknowlogick" +title: "(Home)brewing up some Tea (CLI)" +tags: ["tools", "cli", "brew", "homebrew", "tea"] +draft: false +--- + +Thanks to our homebrew tap maintainer [chenrui](https://gitea.com/chenrui), both Gitea and the tea cli have been added to the upstream official [homebrew-core](https://github.com/homebrew/homebrew-core) repository. This means that you can now install Gitea and the tea cli with a simple `brew install gitea` or `brew install tea` without first having to add our tap. + +A pointer has been added to our tap so that homebrew will automatically redirect to the official homebrew-core formulae for Gitea and tea cli. + +There are still some tools that remain in our tap, such as `act_runner` and our `changelog` tool. \ No newline at end of file