docs: update documentation structure and build scripts for clarity

This commit is contained in:
MayaTheShy
2025-11-09 03:11:55 -05:00
parent 634d226f27
commit 70693a430a
4 changed files with 151 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
```bash
# Full clean build
./build_and_test.sh
./scripts/build_and_test.sh
# Build Rust bridge only
cd bridge && cargo build --release
@@ -42,7 +42,7 @@ RUST_LOG=debug ./build/starworld
```bash
# Run all tests
./ci-test.sh
./scripts/ci-test.sh
# Run C++ tests only
./build/starworld-tests