Skip to content

Commit 6640c3d

Browse files
Update README.md
1 parent 542c57d commit 6640c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download the script and save it to a permanent folder of your choice. In this ex
1414
4. Create a symbolic link for quicker access from the command line ```ln -sf "/Users/${USER}/myscripts/kill-ms-teams-on-mac/killTeams.sh" "/usr/local/bin/killTeams"```
1515
5. Ensure teams is open and running then execute ```killTeams```
1616
#### Create a Desktop Shortcut from the command line
17-
- Create a symbolic link ```ln -sf "/Users/${USER}/myscripts/killTeams.sh" "/Users/${USER}/Desktop/Kill MS Teams"```
17+
- Create a symbolic link ```ln -sf "/Users/${USER}/myscripts/kill-ms-teams-on-mac/killTeams.sh" "/Users/${USER}/Desktop/Kill MS Teams"```
1818
- From your Desktop, double click the new shortcut and it should kill Microsoft Teams
1919

2020
## Quick Installation
@@ -55,5 +55,5 @@ tfland@macbookpro kill-ms-teams-on-mac % killTeams
5555
Microsoft Teams running on PID 94010
5656
tfland@macbookpro kill-ms-teams-on-mac % killTeams
5757
Microsoft Teams not running
58-
tfland@macbookpro kill-ms-teams-on-mac % ln -sf "/Users/${USER}/myscripts/killTeams.sh" "/Users/${USER}/Desktop/Kill MS Teams"
58+
tfland@macbookpro kill-ms-teams-on-mac % ln -sf "/Users/${USER}/myscripts/kill-ms-teams-on-mac/killTeams.sh" "/Users/${USER}/Desktop/Kill MS Teams"
5959
```

0 commit comments

Comments
 (0)