summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2023-12-22 07:20:59 +0100
committerGitHub <noreply@github.com>2023-12-22 07:20:59 +0100
commit21229ed2c8ed00f57100adf9ebc5f4a08da9a66e (patch)
tree146e618f07c5b8d1b57c5ef26a39ae9f11af32cd /README.md
parentConvert to url auth to header auth in tests (#28484) (diff)
downloadforgejo-21229ed2c8ed00f57100adf9ebc5f4a08da9a66e.tar.xz
forgejo-21229ed2c8ed00f57100adf9ebc5f4a08da9a66e.zip
Add more ways to try (#28581)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc396465a7..5ab5ab8586 100644
--- a/README.md
+++ b/README.md
@@ -62,11 +62,16 @@ painless way of setting up a self-hosted Git service.
As Gitea is written in Go, it works across **all** the platforms and
architectures that are supported by Go, including Linux, macOS, and
Windows on x86, amd64, ARM and PowerPC architectures.
-You can try it out using [the online demo](https://try.gitea.io/).
This project has been
[forked](https://blog.gitea.com/welcome-to-gitea/) from
[Gogs](https://gogs.io) since November of 2016, but a lot has changed.
+For online demonstrations, you can visit [try.gitea.io](https://try.gitea.io).
+
+For accessing free Gitea service (with a limited number of repositories), you can visit [gitea.com](https://gitea.com/user/login).
+
+To quickly deploy your own dedicated Gitea instance on Gitea Cloud, you can start a free trial at [cloud.gitea.com](https://cloud.gitea.com).
+
## Building
From the root of the source tree, run: