Add README.md

This commit is contained in:
2025-07-04 13:26:27 +02:00
parent a502cfa324
commit b89cb93b10

21
README.md Normal file
View 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`