From 2968042236f63729c098a8073caf9cb53b81d819 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Fri, 27 Jun 2025 17:09:01 -0700 Subject: [PATCH] Tweak setup script comments --- bin/wild-setup | 8 ++++---- docs/SETUP.md | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bin/wild-setup b/bin/wild-setup index 1316c19..31affc6 100755 --- a/bin/wild-setup +++ b/bin/wild-setup @@ -110,7 +110,7 @@ print_info "Running complete Wild-Cloud setup using modular components" echo "" # ============================================================================= -# COMPONENT 1: SCAFFOLD SETUP +# SCAFFOLD SETUP # ============================================================================= if [ "${SKIP_SCAFFOLD}" = false ]; then @@ -129,7 +129,7 @@ else fi # ============================================================================= -# COMPONENT 2: CLUSTER SETUP +# CLUSTER SETUP # ============================================================================= if [ "${SKIP_CLUSTER}" = false ]; then @@ -148,7 +148,7 @@ else fi # ============================================================================= -# COMPONENT 3: SERVICES SETUP +# SERVICES SETUP # ============================================================================= if [ "${SKIP_SERVICES}" = false ]; then @@ -212,4 +212,4 @@ else print_info "Complete the remaining setup steps to finalize your Wild-Cloud deployment" fi -print_success "Wild-Cloud setup completed!" \ No newline at end of file +print_success "Wild-Cloud setup completed!" diff --git a/docs/SETUP.md b/docs/SETUP.md index f26a783..20d0b40 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -14,9 +14,10 @@ Initialize a personal wild-cloud in any empty directory, for example: cd ~ mkdir ~/my-wild-cloud cd my-wild-cloud -wild-init ``` -Now, continue setup by following the instructions inside the new `README.md` in your personal wild-cloud directory: +Run: -~/my-wild-cloud/README.md +```bash +wild-setup +```