From 7b2047563a7b169fb8c5065c8970a1f433274f2d Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 19 Mar 2026 22:35:25 +0100 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73a4f28..305cbb7 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,13 @@ web/ patch-ui.js # PatchUI: loads patches, parses YAML, renders toggle UI patch-runner.js # KoboPatchRunner: spawns Web Worker per build patch-worker.js # Web Worker: loads WASM, runs patchFirmware() + strings.js # Localized UI strings wasm_exec.js # Go WASM runtime (copied from Go SDK by build.sh, gitignored) patches/ index.json # Available patch manifest downloads.json # Firmware download URLs by version/serial (may be auto-generated) patches_*.zip # Patch files per firmware version - nickelmenu/ # NickelMenu assets (generated by setup.sh, gitignored) + nickelmenu/ # NickelMenu assets (generated by nickelmenu/setup.sh, gitignored) NickelMenu.zip kobo-config.zip favicon/ @@ -68,7 +69,7 @@ nickelmenu/ kobopatch-wasm/ main.go # Go entry point - go.mod + go.mod go.sum setup.sh # Clones kobopatch source, copies wasm_exec.js build.sh # Compiles WASM, copies to web/dist/wasm/ and web/src/js/ integration_test.go @@ -79,6 +80,10 @@ tests/ integration.spec.js # Playwright E2E tests playwright.config.js run-e2e.sh + +# Root scripts +test.sh # Runs all tests (WASM + E2E) +serve-locally.sh # Serves app at localhost:8888 ``` ## Adding a new software version