Skip to content

Commit

Permalink
Update brew installation documentation since gitea moved to brew core…
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored Sep 15, 2023
1 parent c548dde commit 3cd719a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/content/installation/from-package.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Following the [deployment from binary](installation/from-binary.md) guide may wo
but is not supported. To install Gitea via `brew`:

```
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
```

Expand Down
1 change: 0 additions & 1 deletion docs/content/installation/from-package.fr-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Nous n'avons pas encore publié de paquet pour Windows, nous allons mettre à jo
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 :

```
brew tap go-gitea/gitea
brew install gitea
```

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

```
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
```

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

```
brew tap go-gitea/gitea
brew install gitea
```

Expand Down

0 comments on commit 3cd719a

Please sign in to comment.