diff --git a/src-launcher/hu/sllauncher/r/html/help/computer-skill-level.html b/src-launcher/hu/sllauncher/r/html/help/computer-skill-level.html
index cac7ac1..02efb4c 100644
--- a/src-launcher/hu/sllauncher/r/html/help/computer-skill-level.html
+++ b/src-launcher/hu/sllauncher/r/html/help/computer-skill-level.html
@@ -55,7 +55,22 @@
Note: The Developer level is disabled by default. You have to prove your developer skills to unlock it.
To unlock the Developer level:
- Create a file "dev-skill-level-ticket.txt" in your
Workspace folder having the hexadecimal representation of the SHA-256 checksum of
- the decimal representation of the max value of an 8-byte signed integer shifted right by a value of 0x1a and XOR-ed with the hex value CafeBabe.
+
+
+ - Create a file "dev-skill-level-ticket.txt" in your Workspace
+
+ - Please check under Settings >> Workspace for more information about workspace
+
+
+ - Add the solution of following problem to this file
+
+ - Find the maximum value of an 8-byte signed integer
+ - Right Shift the value from 1. by 0x1A
+ - XOR the value from 2. with 0xCAFEBABE
+ - Get the decimal representation of the value of 3.
+ - Create the Hexadecimal SHA-256 of the value of 4.. Handle the Value from 4 as a string
+
+
+