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
+
+```