summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-binary.zh-tw.md
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-08-22 20:55:06 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2019-08-23 09:55:06 +0800
commit4ea9a377db86e4b78d9be2f5d481f69a06c78856 (patch)
tree6bfc76f7b6eada8a53a529260b1d33cf17cc84ec /docs/content/doc/installation/from-binary.zh-tw.md
parent9f58187f1176d00e10b2d8fb0fb7fae1d1bcd17b (diff)
downloadgitea-4ea9a377db86e4b78d9be2f5d481f69a06c78856.tar.gz
gitea-4ea9a377db86e4b78d9be2f5d481f69a06c78856.zip
Add config option and shortcode for Gitea version (#7940)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/content/doc/installation/from-binary.zh-tw.md')
-rw-r--r--docs/content/doc/installation/from-binary.zh-tw.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-binary.zh-tw.md b/docs/content/doc/installation/from-binary.zh-tw.md
index a797d4426a..78e8913ebc 100644
--- a/docs/content/doc/installation/from-binary.zh-tw.md
+++ b/docs/content/doc/installation/from-binary.zh-tw.md
@@ -18,7 +18,7 @@ menu:
所有的執行檔皆支援 SQLite, MySQL and PostgreSQL,且所有檔案都已經包在執行檔內,這一點跟之前的版本有所不同。關於執行檔的安裝方式非常簡單,只要從[下載頁面](https://dl.gitea.io/gitea)選擇相對應平台,複製下載連結,使用底下指令就可以完成了:
```
-wget -O gitea https://dl.gitea.io/gitea/1.3.2/gitea-1.3.2-linux-amd64
+wget -O gitea https://dl.gitea.io/gitea/{{< version >}}/gitea-{{< version >}}-linux-amd64
chmod +x gitea
```