From 57efbce6b8eb51511a65a311024557dbfba41f82 Mon Sep 17 00:00:00 2001 From: rejchev <64075719+rejchev@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:31:31 +0500 Subject: [PATCH] Initial README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19e4ba2 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# SteamID +SteamID is an implementation of Valve unique account identifier used to identify Steam accounts + +## Getting +### Releases +Download latest `.jar` on [releases](https://github.com/rejchev/steamid/releases/latest) + +### JitPack +1. Add repository +```maven + + + jitpack.io + https://jitpack.io + + +``` +2. Add dependency +```maven + + com.github.rejchev + steamid + Tag + +```