From b89cb93b103c6b791e7bca2d7a3bb2244a60f156 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 4 Jul 2025 13:26:27 +0200 Subject: [PATCH] Add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md 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`