Tweak setup script comments

This commit is contained in:
2025-06-27 17:09:01 -07:00
parent 9b0b6cd1bc
commit 2968042236
2 changed files with 8 additions and 7 deletions

View File

@@ -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!"
print_success "Wild-Cloud setup completed!"

View File

@@ -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
```