We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee6f5e commit c1ab08eCopy full SHA for c1ab08e
README.md
@@ -6,4 +6,13 @@ The goal of this repository is to host GNU Fortran packages for macOS. These are
6
7
----
8
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
18
*If you are interested in how these installers are built, the documentation is [here](build_package.md).*
0 commit comments