浏览代码

doc improvements

Lunny Xiao 11 年之前
父节点
当前提交
ff690840d4
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      doc/install_gogs_from_binary_on_ubuntu.md
  2. 1 1
      update.go

+ 0 - 1
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

+ 1 - 1
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{},
 }