Add README.md
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# gitlabvers - Get latest GitLab version number
|
||||||
|
|
||||||
|
C++ tool to obtain latest version number(s) of GitLab. It downloads the GitLab
|
||||||
|
Release notes file, and processes it using regular expressions.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
- [libscrequest](https://git.bobpolis.com/bob/libscrequest)
|
||||||
|
- [libscterm](https://git.bobpolis.com/bob/libscterm)
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
`make`
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
`sudo make install`
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
`man gitlabvers`
|
Reference in New Issue
Block a user