diff --git a/website/docs/user-guide/messaging/teams.md b/website/docs/user-guide/messaging/teams.md index 0d07f6965a..c3dfa4f63d 100644 --- a/website/docs/user-guide/messaging/teams.md +++ b/website/docs/user-guide/messaging/teams.md @@ -111,7 +111,11 @@ Look for: ## Step 6: Install the App in Teams -Open the **Install in Teams** link printed by `teams app create` in Step 3 — it opens directly in the Teams client. After installing, send a direct message to your bot — it's ready. +```bash +teams app get --install-link +``` + +Open the printed link in your browser — it opens directly in the Teams client. After installing, send a direct message to your bot — it's ready. ---