Skip to content

Commit 3cd719a

Browse files
authored
Update brew installation documentation since gitea moved to brew core package (#27070)
ref: https://gitea.com/gitea/homebrew-gitea/pulls/178
1 parent c548dde commit 3cd719a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

docs/content/installation/from-package.en-us.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Following the [deployment from binary](installation/from-binary.md) guide may wo
2424
but is not supported. To install Gitea via `brew`:
2525

2626
```
27-
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
2827
brew install gitea
2928
```
3029

docs/content/installation/from-package.fr-fr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Nous n'avons pas encore publié de paquet pour Windows, nous allons mettre à jo
3030
Actuellement, nous ne supportons que l'installation via `brew` pour macOS. Si vous n'utilisez pas [Homebrew](http://brew.sh/), vous pouvez suivre les [instructions d'installation](installation/from-binary.md) avec le binaire pré-compilé. Pour installer Gitea depuis `brew`, utilisez les commandes suivantes :
3131

3232
```
33-
brew tap go-gitea/gitea
3433
brew install gitea
3534
```
3635

docs/content/installation/from-package.zh-cn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ menu:
2222
macOS 平台下当前我们仅支持通过 `brew` 来安装。如果你没有安装 [Homebrew](http://brew.sh/),你也可以查看 [从二进制安装](installation/from-binary.md)。在你安装了 `brew` 之后, 你可以执行以下命令:
2323

2424
```
25-
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
2625
brew install gitea
2726
```
2827

docs/content/installation/from-package.zh-tw.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ choco install gitea
3636
目前我們只支援透過 `brew` 來安裝套件。假如您尚未使用 [Homebrew](http://brew.sh/),您就必須參考[執行檔安裝](installation/from-binary.md)方式。透過 `brew` 安裝 Gitea,您只需要執行底下指令:
3737

3838
```
39-
brew tap go-gitea/gitea
4039
brew install gitea
4140
```
4241

0 commit comments

Comments
 (0)