diff --git a/init.sh.example b/init.sh.example index 12aed55..abd3ba1 100644 --- a/init.sh.example +++ b/init.sh.example @@ -9,6 +9,11 @@ set -euo pipefail echo "[init] Setting up development environment..." +# --- Quick Start --- +# Node.js projects: uncomment the "Node.js" and "Verify" sections below. +# Python projects: uncomment the "Python" and "Database" sections below. +# Go projects: uncomment the "Go" section below. + # --- Dependencies --- # Uncomment and adapt for your project: