From 85e1244db8e80980516b4f892710ed57307853e2 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Sun, 5 Jul 2020 18:36:21 +0000 Subject: [PATCH] Add note for alpine/arch-linux package (#143) add note for archlinux TEA package add note for alpine linux TEA package Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/143 Reviewed-by: Lunny Xiao Reviewed-by: techknowlogick --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f51b83..de08184 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,15 @@ go install code.gitea.io/tea ``` -Or if you have `brew` installed, you can install `tea` via: +If you have `brew` installed, you can install `tea` via: ```sh brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea brew install tea ``` +Distribution packages exist for: **alpinelinux ([tea](https://pkgs.alpinelinux.org/packages?name=tea&branch=edge))** and **archlinux ([gitea-tea](https://aur.archlinux.org/packages/gitea-tea))** + ## Usage First of all, you have to create a token on your `personal settings -> application` page of your gitea instance.