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-09 00:48:05 +02:00
committed by Lauris BH
parent a48de0304a
commit 2c0960a9cd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ menu:
All downloads come with SQLite, MySQL and PostgreSQL support, and are built with embedded assets. Keep in mind that this can be different for older releases. The installation based on our binaries is quite simple, just choose the file matching your platform from the [downloads page](https://dl.gitea.io/gitea), copy the URL and replace the URL within the commands below:
```
wget -O gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux-amd64
wget -O gitea https://dl.gitea.io/gitea/1.3.2/gitea-1.3.2-linux-amd64
chmod +x gitea
```