aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-17 19:18:49 -0400
committerUnknwon <u@gogs.io>2015-09-17 19:18:49 -0400
commit86d3c5cbb3c8a500c08aa393a1b00aff754de31f (patch)
tree53d7cfa8b8440c04878d9c9cd36ea8bd49f3b31d /templates
parentacf428863c38d77e6f6ca975702fb4da216b76ea (diff)
downloadgitea-86d3c5cbb3c8a500c08aa393a1b00aff754de31f.tar.gz
gitea-86d3c5cbb3c8a500c08aa393a1b00aff754de31f.zip
update Docker info
Diffstat (limited to 'templates')
-rw-r--r--templates/install.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index 5c480961cd..f291012dcb 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -8,6 +8,8 @@
<div class="ui attached segment">
{{template "base/alert" .}}
+ <p>{{.i18n.Tr "install.docker_helper" "https://github.com/gogits/gogs/tree/master/docker" | Safe}}</p>
+
<form class="ui form" action="{{AppSubUrl}}/install" method="post">
<!-- Dtabase Settings -->
<h4 class="ui dividing header">{{.i18n.Tr "install.db_title"}}</h4>