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:
parent
dcc7a2aed7
commit
120fc913f4
1 changed files with 6 additions and 2 deletions
|
|
@ -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 5–15 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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue