doc improvements
This commit is contained in:
parent
0c5e50a888
commit
ff690840d4
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get upgrade
|
- sudo apt-get upgrade
|
||||||
- sudo apt-get install git
|
- sudo apt-get install git
|
||||||
- sudo apt-get install golang
|
|
||||||
- sudo apt-get install mysql-server
|
- sudo apt-get install mysql-server
|
||||||
|
|
||||||
### create the database
|
### create the database
|
||||||
|
|
|
@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{
|
||||||
Name: "update",
|
Name: "update",
|
||||||
Usage: "This command just should be called by ssh shell",
|
Usage: "This command just should be called by ssh shell",
|
||||||
Description: `
|
Description: `
|
||||||
gogs serv provide access auth for repositories`,
|
gogs update get pushed info and insert into database`,
|
||||||
Action: runUpdate,
|
Action: runUpdate,
|
||||||
Flags: []cli.Flag{},
|
Flags: []cli.Flag{},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue