docs(teams): use teams app get --install-link for Step 6

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aamir Jawaid 2026-05-01 00:45:44 +00:00 committed by Teknium
parent 67f1198ba9
commit 1e5a23fa64

View file

@ -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 <teamsAppId> --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.
---