Skip to content

Commit 4907974

Browse files
committed
Add script for uninstalling mono to mac install page
1 parent 1253ee2 commit 4907974

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/about-mono/supported-platforms/macos.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,4 @@ Third Party Libraries
106106
Uninstalling Mono on macOS
107107
---------------------------
108108

109-
Run this script in a terminal:
110-
111-
```bash
112-
sudo rm -rf /Library/Frameworks/Mono.framework
113-
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
114-
sudo rm /etc/paths.d/mono-commands
115-
```
109+
See the script on the [Install Mono on macOS](/docs/getting-started/install/mac/#uninstalling-mono-on-macos) page.

docs/getting-started/install/mac/index.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ Installing Mono on macOS is very simple:
1212
[![mono-mac-install.png](/images/mono-mac-install.png)](/images/mono-mac-install.png)
1313

1414
After the installation completed successfully, it's a good idea to run through the basic hello world examples on [this page](/docs/getting-started/mono-basics/) to verify Mono is working correctly.
15+
16+
## Uninstalling Mono on macOS
17+
18+
Run this script in a terminal:
19+
20+
```bash
21+
sudo rm -rf /Library/Frameworks/Mono.framework
22+
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
23+
sudo rm /etc/paths.d/mono-commands
24+
```

0 commit comments

Comments
 (0)