diff --git a/install b/install index b0716d532082..65fd0a686664 100755 --- a/install +++ b/install @@ -457,4 +457,11 @@ echo -e "opencode ${MUTED}# Run command${NC}" echo -e "" echo -e "${MUTED}For more information visit ${NC}https://opencode.ai/docs" echo -e "" -echo -e "" +echo -e "${MUTED}Run the following to use opencode in this session:${NC}" +if [[ -n "$config_file" ]]; then + echo -e " ${ORANGE}source $config_file${NC}" +else + echo -e " ${ORANGE}source ${config_files%% *}${NC}" +fi +echo -e "${MUTED}or open a new terminal tab/window.${NC}" +echo -e "" \ No newline at end of file