Update gitea version on docs/install-from-binary (#3333)

* Update gitea version on docs/install-from-binary

* Update all versions
This commit is contained in:
Kim "BKC" Carlbäcker 2018-01-08 23:48:05 +01:00 committed by Lauris BH
parent 674cfb7cac
commit 923c0105f4
4 changed files with 4 additions and 4 deletions

View file

@ -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
```