diff --git a/content/doc/installation/from-package.en-us.md b/content/doc/installation/from-package.en-us.md new file mode 100644 index 0000000..629e807 --- /dev/null +++ b/content/doc/installation/from-package.en-us.md @@ -0,0 +1,24 @@ +--- +date: "2016-12-01T16:00:00+02:00" +title: "Installation from package" +weight: 10 +toc: true +draft: false +menu: + sidebar: + parent: "installation" + name: "From package" + weight: 20 + identifier: "install-from-package" +--- + +# Installation from package + +Currently we only support `brew` if you are using macOS. + +``` +brew tap go-gitea/gitea +brew install gitea +``` + +## TBD diff --git a/content/doc/installation/from-package.zh-cn.md b/content/doc/installation/from-package.zh-cn.md new file mode 100644 index 0000000..f115baf --- /dev/null +++ b/content/doc/installation/from-package.zh-cn.md @@ -0,0 +1,24 @@ +--- +date: "2016-12-01T16:00:00+02:00" +title: "选择包安装" +weight: 10 +toc: true +draft: false +menu: + sidebar: + parent: "installation" + name: "选择包安装" + weight: 20 + identifier: "install-from-package" +--- + +# 使用包安装 + +当前我们仅支持 macOS 平台下的 `brew` 安装 + +``` +brew tap go-gitea/gitea +brew install gitea +``` + +## TBD