diff --git a/README.md b/README.md new file mode 100644 index 0000000..efa92f4 --- /dev/null +++ b/README.md @@ -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`