diff --git a/README.md b/README.md
index ce82a7a..09b406b 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,50 @@ Key differences of this program:
* Crossdeploy: this application's support windows and linux distrebutives, This means that you can use it not only to deploy a project for your platform, but also to deploy a project on Linux for Windows and vice versa.
* Fast create installers : Upon completion of the deployment, you will receive a self-contained installer of your distribution.
-## screenshots
-
-
-
+## Examples
+#### Project structure after deploy:
+``` bash
+ #linux
+ cqtdeployer -bin Guitar
+
+ #windows
+ cqtdeployer -bin Guitar.exe -qmake /path/to/qmake.exe
+
+```
+
+
+#### Project installer after deploy with the qif option.
+``` bash
+ #linux
+ cqtdeployer -bin Application qif
+
+ #windows
+ cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif
+
+```
+
+
+#### Project installer after deploy with the qif and qifStyle option.
+``` bash
+ #linux
+ cqtdeployer -bin Application qif -qifStyle quasar
+
+ #windows
+ cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle quasar
+
+```
+
+
+``` bash
+ #linux
+ cqtdeployer -bin Application qif -qifStyle quasar
+
+ #windows
+ cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle path/to/myStyle.css
+
+```
+
+
## Supported platforms:
*
@@ -102,10 +142,50 @@ If you want to support the project,you can donate into our bitcoin wallet.
* Crossdeploy: приложение поддерживает Windows и дистрибутивы Linux, это означает, что вы можете использовать его не только для развертывания проекта для вашей платформы, но и для развертывания проекта в Linux для Windows и наоборот.
* Быстрое создание установщиков. По завершении развертывания вы получите автономный установщик вашего дистрибутива.
-## Скриншоты
-
-
-
+## Примеры
+#### Стуктура проекта после развертывания:
+``` bash
+ #linux
+ cqtdeployer -bin Guitar
+
+ #windows
+ cqtdeployer -bin Guitar.exe -qmake /path/to/qmake.exe
+
+```
+
+
+#### Установщик проекта после использования опции qif.
+``` bash
+ #linux
+ cqtdeployer -bin Application qif
+
+ #windows
+ cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif
+
+```
+
+
+#### Установщик проекта после использования опции qif c пользовательским стилем.
+``` bash
+ #linux
+ cqtdeployer -bin Application qif -qifStyle quasar
+
+ #windows
+ cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle quasar
+
+```
+
+
+``` bash
+ #linux
+ cqtdeployer -bin Application qif -qifStyle quasar
+
+ #windows
+ cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle path/to/myStyle.css
+
+```
+
+
## Поддерживаемые платформы: