aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-26 01:22:22 -0600
committerUnknown <joe2010xtmf@163.com>2014-04-26 01:22:22 -0600
commit9dfb7de3715c11e9569de62cd03b7787e58d0d91 (patch)
tree6cc9b2afe24c8e793b55d9b4ebf120ace2cfc7bb /doc
parent861a20f4642004abad344eae049bedda25f3c887 (diff)
Fix #102
Diffstat (limited to 'doc')
-rw-r--r--doc/install_gogs_from_binary_on_ubuntu.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install_gogs_from_binary_on_ubuntu.md b/doc/install_gogs_from_binary_on_ubuntu.md
index 6d004106..3b406b36 100644
--- a/doc/install_gogs_from_binary_on_ubuntu.md
+++ b/doc/install_gogs_from_binary_on_ubuntu.md
@@ -18,8 +18,8 @@
### install the gogs
- mkdir gogs
- cd gogs
-- curl -L http://gobuild.io/github.com/gogits/gogs/v0.2.0/linux/amd64 -o v0.2.0.zip
-- unzip v0.2.0.zip
+- curl -L http://gobuild.io/github.com/gogits/gogs/v0.3.0/linux/amd64 -o v0.3.0.zip
+- unzip v0.3.0.zip
- ./start.sh
> The up-to-date binary could be found at