Updated from-binary example to gitea version 1.0.1 (#91)

This commit is contained in:
Simon
2017-02-12 04:48:00 +01:00
committed by Lunny Xiao
parent 228869020c
commit f49997e1c4
@@ -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.0/gitea-1.0.0-linux-amd64
wget -O gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux-amd64
chmod +x gitea
```