From 7cfa76110b7e3305d96a708061f5b9c0e62ab94a Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 3 May 2023 23:21:12 +0800 Subject: [PATCH] docs: improve README and update brew commands for act_runner (#165) - Add `act_runner` installation instructions to README - Update brew upgrade and uninstall commands to include `act_runner` Signed-off-by: Bo-Yi Wu Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/165 Reviewed-by: techknowlogick Reviewed-by: Lunny Xiao Co-authored-by: Bo-Yi Wu Co-committed-by: Bo-Yi Wu --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65cfe88..185a77a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,13 @@ brew install tea tea -h ``` +### act_runner + +```bash +brew install act_runner +act_runner -h +``` + ### changelog ```bash @@ -45,7 +52,7 @@ brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea Once you updated the tap, you can upgrade via ```bash -brew update && brew upgrade gitea tea changelog +brew update && brew upgrade gitea tea changelog act_runner ``` ## Uninstall @@ -53,7 +60,7 @@ brew update && brew upgrade gitea tea changelog You can uninstall Gitea with ```bash -brew uninstall gitea tea changelog +brew uninstall gitea tea changelog act_runner ``` Note that this will only uninstall the gitea binary. Your repositories, configuration, database, logs etc. are still kept in their locations (to check which folders Gitea is using, see `Site administration` -> `Configuration`). @@ -74,6 +81,6 @@ full license text. ## Copyright -``` +```sh Copyright (c) 2016 The Gitea Authors ```