From 98955b7b4fc683bda31e8f6b843a0869012fe75e Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah Date: Mon, 22 Jun 2026 10:44:17 -0700 Subject: [PATCH] Document Base self-demo script path --- docs/project-demo-workflow.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/project-demo-workflow.md b/docs/project-demo-workflow.md index 6e886445..90b3e28d 100644 --- a/docs/project-demo-workflow.md +++ b/docs/project-demo-workflow.md @@ -123,9 +123,11 @@ Base has its own self-demo: basectl demo base -- --non-interactive ``` -That script lives in the Base repository at `demo/demo.sh`. It demonstrates the -Base control-plane workflow using Base itself and does not depend on the -external reference repository. +That script lives in the Base repository at `$BASE_HOME/demo/demo.sh`. It +demonstrates the Base control-plane workflow using Base itself and does not +depend on the external reference repository. It follows the same +`--non-interactive` pattern described above, so contributors can compare their +own demo scripts against a working reference. ## Reference Project