From e801530cbd247b20e3c0f597de36e8714eb5e164 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Sun, 2 May 2021 07:55:09 +0200 Subject: [PATCH] Fix run instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index de2975f..ddf8789 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ This repo will generate all the files needed to compile/deploy Qt on Windows/OSX/Linux. ```bash -./build.sh -platform linux-x64 -./build.sh -platform osx-x64 -./build.sh -platform win-x64 +./build.sh --platform linux-x64 +./build.sh --platform osx-x64 +./build.sh --platform win-x64 ``` -The results are put into ````./output```. +The results are put into `./output`. ``` ./output/qt-5.12.2-ebc29a8-linux-x64-dev.tar.gz @@ -15,4 +15,4 @@ The results are put into ````./output```. ./output/qt-5.12.2-ebc29a8-osx-x64-runtime.tar.gz ./output/qt-5.12.2-ebc29a8-win-x64-dev.tar.gz ./output/qt-5.12.2-ebc29a8-win-x64-runtime.tar.gz -``` \ No newline at end of file +```