Skip to content
Open
1 change: 1 addition & 0 deletions scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ next_step_message() {
esac
fi
echo -e "🔐 Next, authorize your CLI in your workspace with \`$(bold "$SLACK_CLI_NAME login")\`"
echo -e "🤖 Create AI Agents in Slack with \`$(bold "$SLACK_CLI_NAME create agent")\`"
sleep 0.2
}

Expand Down
3 changes: 2 additions & 1 deletion scripts/install-windows-dev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ function next_step_message {
try {
$confirmed_alias | Out-Null
Write-Host "`nYou're all set! Relaunch your terminal to ensure changes take effect."
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``.`n"
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``."
Write-Host " > Create AI Agents in Slack with ``$confirmed_alias create agent``.`n"
}
catch {
Write-Error "Slack CLI was not installed."
Expand Down
3 changes: 2 additions & 1 deletion scripts/install-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ function next_step_message {
try {
$confirmed_alias | Out-Null
Write-Host "`nYou're all set! Relaunch your terminal to ensure changes take effect."
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``.`n"
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``."
Write-Host " > Create AI Agents in Slack with ``$confirmed_alias create agent``.`n"
}
catch {
Write-Error "Slack CLI was not installed."
Expand Down
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ next_step_message() {
esac
fi
echo -e "🔐 Next, authorize your CLI in your workspace with \`$(bold "$SLACK_CLI_NAME login")\`"
echo -e "🤖 Create AI Agents in Slack with \`$(bold "$SLACK_CLI_NAME create agent")\`"
sleep 0.2
}

Expand Down
Loading