Adding upstream version 1.2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3a3aa427d7
commit
e7ed09875d
58 changed files with 3068 additions and 0 deletions
20
cmd/detect-latest-release/README.md
Normal file
20
cmd/detect-latest-release/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
This command line tool is a small wrapper of [`selfupdate.DetectLatest()`](https://godoc.org/github.com/rhysd/go-github-selfupdate/selfupdate#DetectLatest).
|
||||
|
||||
Please install using `go get`.
|
||||
|
||||
```
|
||||
$ go get -u github.com/rhysd/go-github-selfupdate/cmd/detect-latest-release
|
||||
```
|
||||
|
||||
To know the usage, please try the command without any argument.
|
||||
|
||||
```
|
||||
$ detect-latest-release
|
||||
```
|
||||
|
||||
For example, following shows the latest version of [github-clone-all](https://github.com/rhysd/github-clone-all).
|
||||
|
||||
```
|
||||
$ detect-latest-release rhysd/github-clone-all
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue