diff options
author | Unknwon <u@gogs.io> | 2019-11-25 15:27:20 -0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-11-25 15:27:20 -0800 |
commit | db4bf20df33f008fa16fb1c813cc7ee14673d038 (patch) | |
tree | 352184e18cbad7ba7b5ce2e363d435c89041dd55 | |
parent | 59e9a87d9561c0c4b042250566e34fc4bee02828 (diff) |
README: add phonetic symbol
[SKIP CI]
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README_ZH.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ ## Vision -This project aims to build a simple, stable and extensible self-hosted Git service that can be setup in the most painless way. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, macOS, Windows and ARM. +The Gogs (`/gɔgs/`) project aims to build a simple, stable and extensible self-hosted Git service that can be setup in the most painless way. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, macOS, Windows and ARM. ## Overview diff --git a/README_ZH.md b/README_ZH.md index ad2acfbd..46265100 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -4,7 +4,7 @@ Gogs 是一款极易搭建的自助 Git 服务。 ## 项目愿景 -本项目旨在打造一个以最简便的方式搭建简单、稳定和可扩展的自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、macOS、Windows 以及 ARM 平台。 +Gogs(`/gɔgs/`)项目旨在打造一个以最简便的方式搭建简单、稳定和可扩展的自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、macOS、Windows 以及 ARM 平台。 ## 项目概览 |