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.*