From 727f4ea719d3eba78380fb6a8f29f33d8b0b3e71 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Sep 2024 13:20:50 +0200 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c25cfe --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Usage + +You can use this library by executing the following command and specifying the version you want to use: + +```bash +go get git.ex.umbach.dev/LMS/libcore@1.0.0 +``` + +You can see the latest version of the library on the [tags page](https://git.ex.umbach.dev/LMS/libcore/tags)