summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2016-12-23 22:57:18 +0800
committerGitHub <noreply@github.com>2016-12-23 22:57:18 +0800
commitb0c6217c4ddd69cafbaef13663e917b7b16e6ccc (patch)
tree23c9e1a4993ce830b87e6ca2a400ed9ac113afc5 /README.md
parenteaa7b3c3f5b3120c8293e6b9c0d37bc5782cab5b (diff)
downloadgitea-b0c6217c4ddd69cafbaef13663e917b7b16e6ccc.tar.gz
gitea-b0c6217c4ddd69cafbaef13663e917b7b16e6ccc.zip
Fix broken godoc link and add arch in English README (#463)
* fix broken godoc link and add arch in English README * typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94533cc66f..f35656f349 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,13 @@
## Purpose
-The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **all platforms** that Go supports, including Linux, macOS, and Windows. Want to try it before doing anything else? Do it [online](https://try.gitea.io/)!
+The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **all platforms** that Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it [online](https://try.gitea.io/)!
## Notes
1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
2. If you found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks!
-3. If you're interested in using our APIs, we have experimental support with [documentation](https://godoc.org/github.com/go-gitea/go-sdk).
+3. If you're interested in using our APIs, we have experimental support with [documentation](https://godoc.org/code.gitea.io/sdk/gitea).
## Docs