You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

from-package.zh-cn.md 1.2KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. date: "2016-12-01T16:00:00+02:00"
  3. title: "选择包安装"
  4. slug: "install-from-package"
  5. weight: 10
  6. toc: true
  7. draft: false
  8. menu:
  9. sidebar:
  10. parent: "installation"
  11. name: "选择包安装"
  12. weight: 20
  13. identifier: "install-from-package"
  14. ---
  15. # 使用包安装
  16. ## Linux
  17. 目前还没有对应的Linux安装包发布,如果我们发布了,我们将更新本页面。当前你可以查看 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}})。
  18. ## Windows
  19. 目前还没有对应的Windows安装包发布,如果我们发布了,我们将更新本页面。我们计划使用 `MSI` 安装器或者 [Chocolatey](https://chocolatey.org/)来制作安装包。当前你可以查看 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}})。
  20. ## macOS
  21. macOS 平台下当前我们仅支持通过 `brew` 来安装。如果您没有安装 [Homebrew](http://brew.sh/),你冶可以查看 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}})。在你安装了 `brew` 之后, 你可以执行以下命令:
  22. ```
  23. brew tap go-gitea/gitea
  24. brew install gitea
  25. ```
  26. ## 需要帮助?
  27. 如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "seek-help.zh-cn.md" >}})