diff --git a/Esiur.CLI/Esiur.CLI.csproj b/Esiur.CLI/Esiur.CLI.csproj
index 9d0566c..16f9246 100644
--- a/Esiur.CLI/Esiur.CLI.csproj
+++ b/Esiur.CLI/Esiur.CLI.csproj
@@ -9,11 +9,13 @@
Ahmed Kh. Zamil
Esiur Foundation
- https://github.com/Esiur/Esiur-dotnet/blob/master/LICENSE
http://www.esiur.com
https://github.com/esiur/esiur-dotnet/
- Exe
+ README.md
+ MIT
+
+ Exe
net8.0
enable
enable
@@ -30,6 +32,7 @@
+
diff --git a/Esiur.CLI/README.md b/Esiur.CLI/README.md
new file mode 100644
index 0000000..d8123db
--- /dev/null
+++ b/Esiur.CLI/README.md
@@ -0,0 +1,29 @@
+# Esiur CLI
+
+A command-line utility to generate
+
+# Installation
+- Command-line
+``` dotnet tool install -g Esiur.CLI ```
+
+# Usage
+```
+Available commands:
+ get-template Get a template from an IIP link.
+ version Print Esiur version.
+
+Global options:
+ -u, --username Authentication username.
+ -p, --password Authentication password.
+ -d, --dir Directory name where the generated models will be saved.
+ -a, --async-setters Use asynchronous property setters.
+
+```
+
+## Example
+
+```
+ dotnet run esiur get-template iip://localhost/sys/service
+```
+
+