diff options
author | Nicolas Ettlin <webmaster@nicolapps.ch> | 2018-04-17 01:29:11 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-04-16 19:29:11 -0400 |
commit | afbb31c05e1c0168f1fe19706f7ce33484138bf6 (patch) | |
tree | 6df16a734e8e2ac3efe9bbe388021e066d60dfb6 /README_ZH.md | |
parent | e6af6487e1e22c6118a4f3132ef28d931451e117 (diff) |
MISC: fix Mac OS X → macOS (#5168)
Diffstat (limited to 'README_ZH.md')
-rw-r--r-- | README_ZH.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_ZH.md b/README_ZH.md index 3747af83..9f0fd407 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -5,7 +5,7 @@ Gogs 是一款极易搭建的自助 Git 服务。 ## 开发目的 -Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、Mac OS X、Windows 以及 ARM 平台。 +Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、macOS、Windows 以及 ARM 平台。 ## 项目概览 |