diff --git a/README.md b/README.md
index 273851c..e3d98f1 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,18 @@
inPathWin32.replace(/\\/g,"/");
```
+## Binary Test Strategy
+```bash
+pnpm run test:unit
+pnpm run build-bins
+
+mocha --recursive --timeout 10000 --exit tests/unit
+mocha --recursive --timeout 10000 --exit tests/cli/wsl/wsl-cli-to-wsl.test.mjs
+npx mocha --recursive --timeout 10000 --exit tests/cli/wsl/wsl-cli-to-wsl.test.mjs
+
+lib/bin_build/dist/index-linux ssdf
+```
+
## Next Steps
* Migrate UI to VitePress
* Cleanup and move to src/ and test/ etc.
diff --git a/app.vue b/app.vue
index 2b57b65..d1fd51d 100644
--- a/app.vue
+++ b/app.vue
@@ -45,6 +45,7 @@
+