summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-binary.zh-tw.md
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2018-01-08 23:48:05 +0100
committerLauris BH <lauris@nix.lv>2018-01-09 00:48:05 +0200
commit923c0105f4fab51d1b9510ba432200dc619bb94e (patch)
tree17b0a65f64c85422f11d177b85382b8683c8a3d2 /docs/content/doc/installation/from-binary.zh-tw.md
parent674cfb7cacd99bb236b13db8754b21ae2f555ca8 (diff)
downloadgitea-923c0105f4fab51d1b9510ba432200dc619bb94e.tar.gz
gitea-923c0105f4fab51d1b9510ba432200dc619bb94e.zip
Update gitea version on docs/install-from-binary (#3333)
* Update gitea version on docs/install-from-binary * Update all versions
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 e6b4637bb6..a797d4426a 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.0.0/gitea-1.0.0-linux-amd64
+wget -O gitea https://dl.gitea.io/gitea/1.3.2/gitea-1.3.2-linux-amd64
chmod +x gitea
```