diff --git a/README.md b/README.md
index 1f9fdd0..9b386c0 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
# EasyLicense-Legacy
+This repository contains fully working C# - Web license system. Code is a bit messy but working good, it's old project only critical security patches.
+
+## Features:
+- every license key is binded to hwid on first use and is valid only one this pc
+- logs ip and hwid of every license check request, you can see who is tring to bruteforce
+- build in key generator (for now only 64 lenght, alphanumeric)
+- view last ip in admin panel
+- reset, set hwid, deactivate key etc.
+- ban key - autodelete program from banned user computer and shutdown his pc
+
+
+
+
+
+## How to install
+1. Create MYSQL database and import file panel.sql
+2. Edit files admin/config/db.php and login/db.php with database credentials
+3. Make sure db admin panel is working, generate some keys
+4. Add C# files to your project and input url and productname (program exemple in C#/EasyLicenseExample)
+Thats all, if you did everything properly it should work.