From 615575800a583139ca90d063b3a86fedf25e0db1 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 22 Jun 2021 11:08:29 +0200 Subject: [PATCH] chore(README): add StatusQ.Platforms to readme Also adjust executable script for sandbox --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8814aa7..92fe72c6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ These modules are: - [StatusQ.Components](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Controls/qmldir) - [StatusQ.Controls](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Components/qmldir) - [StatusQ.Layout](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Layout/qmldir) +- [StatusQ.Platform](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Platform/qmldir) - [StatusQ.Popups](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Popups/qmldir) Provided components can be viewed and tested in the [sandbox application](#viewing-and-testing-components) that comes with this repository. @@ -49,5 +50,5 @@ $ ./scripts/build Once that is done, the sandbox can be started with the generated executable: ``` -$ ./bin +$ ./bin/sandbox ```