diff --git a/ui/StatusQ/README.md b/ui/StatusQ/README.md index 60eb3ab615..c8814aa7b6 100644 --- a/ui/StatusQ/README.md +++ b/ui/StatusQ/README.md @@ -43,8 +43,7 @@ To run the sandbox from within a command line interface, run the following comma ``` $ git clone https://github.com/status-im/StatusQ $ cd StatusQ/sandbox -$ qmake sandbox.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 && /usr/bin/make qmake_all -$ make +$ ./scripts/build ``` Once that is done, the sandbox can be started with the generated executable: diff --git a/ui/StatusQ/sandbox/scripts/build b/ui/StatusQ/sandbox/scripts/build new file mode 100755 index 0000000000..956606599e --- /dev/null +++ b/ui/StatusQ/sandbox/scripts/build @@ -0,0 +1,4 @@ +make clean +qmake sandbox.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 && /usr/bin/make qmake_all +make +