From a91bf6da2917f7dbfc8e1c4a5bf21e0df03f50d2 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 11 Mar 2024 21:44:46 +0800 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7dca679..73768ce 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,20 @@ Currently, this project is in early development. See Example folder and try it with ExampleApp +## Build + +### Build without testing framework + +``` +./Scripts/build +``` + +### Build with Library Evolution + +``` +./Scripts/openswiftui_swiftinterface +``` + ## License See LICENSE file - MIT