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 -![defaultStyle](https://user-images.githubusercontent.com/12465465/78639719-197a1180-78b7-11ea-9e82-a03dd43f4bd2.png) -![quasaraStyle](https://user-images.githubusercontent.com/12465465/78639720-1aab3e80-78b7-11ea-9604-3dcdd7c78482.png) -![customStyle](https://user-images.githubusercontent.com/12465465/78639716-17b04e00-78b7-11ea-9002-a8b45a43807f.png) +## 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 и наоборот. * Быстрое создание установщиков. По завершении развертывания вы получите автономный установщик вашего дистрибутива. -## Скриншоты -![defaultStyle](https://user-images.githubusercontent.com/12465465/78639719-197a1180-78b7-11ea-9e82-a03dd43f4bd2.png) -![quasaraStyle](https://user-images.githubusercontent.com/12465465/78639720-1aab3e80-78b7-11ea-9604-3dcdd7c78482.png) -![customStyle](https://user-images.githubusercontent.com/12465465/78639716-17b04e00-78b7-11ea-9002-a8b45a43807f.png) +## Примеры +#### Стуктура проекта после развертывания: +``` 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 + +``` + + ## Поддерживаемые платформы: