From 00fb924dbb6a344a0c3f5814cb55b4650a8a3571 Mon Sep 17 00:00:00 2001 From: David Kaspar Date: Sun, 15 Mar 2026 11:50:24 +0000 Subject: [PATCH] Update README with build instructions and requirements Added instructions for full build and requirements. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d1d9dbe7ba..a19f165504 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,13 @@ Build and run the Desktop app (requires Java 21+): ```bash ./gradlew :desktopApp:run ``` +Full build (including tests) +```bash +./gradlew build +``` +Requirements: +- Xcode and iOS simulator +- libsodium installed (e.g. via brew: `brew install libsodium` ## Testing ```bash