diff options
author | Sandro Santilli <strk@kbt.io> | 2016-12-15 09:56:46 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-15 16:56:46 +0800 |
commit | 1831ee2d1d22596c3c697c11073e84be61ce5c5d (patch) | |
tree | 1df49b5deb30163d821f25bd8f3f8fc9ac5e6a9a /README.md | |
parent | b4c794058aa57426679877444b52561e7e16ef2b (diff) | |
download | gitea-1831ee2d1d22596c3c697c11073e84be61ce5c5d.tar.gz gitea-1831ee2d1d22596c3c697c11073e84be61ce5c5d.zip |
Update example install url from try.gogs.io to try.gitea.io (#385)
* Update example install url from try.gogs.io to try.gitea.io
* Ask if issue can be reproduced on try.gitea.io
* Link try.gitea.io to the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ 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, Mac OS X, Windows and ARM. +Want to try it before doing anything else? +Do it [online](https://try.gitea.io/)! + ## Features - Activity timeline |