aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-23 19:24:26 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-23 19:24:26 +0800
commitff690840d42fa069dcda7a55cda602bf11b40b06 (patch)
tree722491bb5fe0fb5f65de58288427e811301fd54d
parent0c5e50a888ef3a48ff19390a0925820c718ac0de (diff)
doc improvements
-rw-r--r--doc/install_gogs_from_binary_on_ubuntu.md1
-rw-r--r--update.go2
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/install_gogs_from_binary_on_ubuntu.md b/doc/install_gogs_from_binary_on_ubuntu.md
index 8079fd1a..6d004106 100644
--- a/doc/install_gogs_from_binary_on_ubuntu.md
+++ b/doc/install_gogs_from_binary_on_ubuntu.md
@@ -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
diff --git a/update.go b/update.go
index 196ed3e6..b8f59582 100644
--- 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{},
}