From dfd4a1f3953ab2329ccc85064aa479dbc93b41d9 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:37:50 +0300 Subject: [PATCH] docs: improve README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00a816a..35d9e4c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # CodeDroid — Mobile Code Execution Engine for Android & iOS
@@ -384,9 +386,9 @@ For detailed configurations, see **[NETWORK_ACCESS.md](./docs/NETWORK_ACCESS.md) ``` * **Compiling Binary to Root (For Developers)**: ```bash - ./run.sh --build + ./build_api.sh ``` - *This compiles the API and places it in the root for direct run.* + *This compiles the API, places the `codedroid-api` binary in the repository root, and starts the server.* In another session, start the Trunk Web IDE specifying bindings: ```bash cd codedroid_frontend && trunk serve --port 8082 --address 0.0.0.0 @@ -459,4 +461,4 @@ CodeDroid is licensed under the [GNU General Public License v3.0](LICENSE). * **YouTube**: [Watch Video Guides & Features](https://www.youtube.com/@CodeDroidYT) --- -*CodeDroid — Because real developers code everywhere.* \ No newline at end of file +*CodeDroid — Because real developers code everywhere.*