Warn user that first start.sh run builds the image and takes time

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Eli 2026-03-09 12:34:08 +01:00
commit 120fc913f4

View file

@ -127,8 +127,12 @@ print_next_steps() {
echo ""
echo -e "${BOLD}Start everything:${RESET}"
echo -e " ${CYAN}./start.sh${RESET}"
echo -e " Builds the image (first time), starts the agents container,"
echo -e " then launches Context Studio Core on your host."
echo -e " Starts the agents container, then launches Context Studio Core on your host."
echo ""
echo -e " ${YELLOW}⚠ First run only:${RESET} the container image needs to be built."
echo -e " This downloads Node.js, Rust, Claude Code and all build tools."
echo -e " ${BOLD}Expect 515 minutes depending on your connection.${RESET}"
echo -e " Subsequent starts are instant — the image is cached."
echo ""
echo -e "${BOLD}Stop the container:${RESET}"
echo -e " ${CYAN}./stop.sh${RESET}"