Skip to content

Commit b511fee

Browse files
committed
Fix incorrect multiple instances commands in Quick Reference example
- Changed from non-existent --partition flag to correct --class and --user-data-dir flags - Added profile comments for clarity - Commands now match the actual multiple-instances.md documentation
1 parent e2ceb28 commit b511fee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs-site/docs/development/research/documentation-improvement-recommendations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,11 @@ graph TD
170170

171171
### Configure Multiple Instances
172172
```bash
173-
teams-for-linux --partition work
174-
teams-for-linux --partition personal
173+
# Work profile
174+
teams-for-linux --class=teams-work --user-data-dir=~/.config/teams-profile-work
175+
176+
# Personal profile
177+
teams-for-linux --class=teams-personal --user-data-dir=~/.config/teams-profile-personal
175178
```
176179
[Full guide →](multiple-instances.md)
177180

0 commit comments

Comments
 (0)