]> source.dussan.org Git - gitea.git/commitdiff
doc improvements
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 23 Apr 2014 11:24:26 +0000 (19:24 +0800)
committerLunny Xiao <xiaolunwen@gmail.com>
Wed, 23 Apr 2014 11:24:26 +0000 (19:24 +0800)
doc/install_gogs_from_binary_on_ubuntu.md
update.go

index 8079fd1ab7d18e09905483107c6ba9b861807712..6d004106cf0c2eecf0d13e0f83802ce59d7fb93a 100644 (file)
@@ -5,7 +5,6 @@
 - sudo apt-get update
 - sudo apt-get upgrade
 - sudo apt-get install git
-- sudo apt-get install golang
 - sudo apt-get install mysql-server
 
 ### create the database
index 196ed3e632f5e58049b8619329bc8b4fc40315fe..b8f595827fad10749b0a8e3d336f4176dcc55592 100644 (file)
--- a/update.go
+++ b/update.go
@@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{
        Name:  "update",
        Usage: "This command just should be called by ssh shell",
        Description: `
-gogs serv provide access auth for repositories`,
+gogs update get pushed info and insert into database`,
        Action: runUpdate,
        Flags:  []cli.Flag{},
 }