From f49997e1c40dd6ed6aba08825e855e2fa79bbf58 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 12 Feb 2017 04:48:00 +0100 Subject: [PATCH] Updated from-binary example to gitea version 1.0.1 (#91) --- content/doc/installation/from-binary.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/installation/from-binary.en-us.md b/content/doc/installation/from-binary.en-us.md index c07e1d4..ffda928 100644 --- a/content/doc/installation/from-binary.en-us.md +++ b/content/doc/installation/from-binary.en-us.md @@ -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 ```