diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-05-13 04:08:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 12:08:44 +0300 |
commit | 0ba610011b6583b8523faaae3a672d7beb198003 (patch) | |
tree | f5248f89f8dd9bbee27ea71ed97ff029abe8865e | |
parent | 2f9e6cae48c8528770d9c6450ac0c349e6fda45e (diff) | |
download | gitea-0ba610011b6583b8523faaae3a672d7beb198003.tar.gz gitea-0ba610011b6583b8523faaae3a672d7beb198003.zip |
Change install description (#11395)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4d01a6be96..e9e185690a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -89,7 +89,7 @@ report_message = If you are sure this is a Gitea bug, please search for issue on [startpage] app_desc = A painless, self-hosted Git service install = Easy to install -install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">run the binary</a> for your platform. Or ship Gitea with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> or <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">packaged</a>. +install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">packaged</a>. platform = Cross-platform platform_desc = Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! lightweight = Lightweight |