Skip to content

Commit c1ab08e

Browse files
authored
Update README.md
Add uninstall instructions
1 parent 9ee6f5e commit c1ab08e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ The goal of this repository is to host GNU Fortran packages for macOS. These are
66

77
----
88

9+
### How to uninstall?
10+
11+
```
12+
sudo rm -rf /usr/local/gfortran /usr/local/bin/gfortran
13+
sudo pkgutil --forget com.gnu.gfortran
14+
```
15+
16+
----
17+
918
*If you are interested in how these installers are built, the documentation is [here](build_package.md).*

0 commit comments

Comments
 (0)