From c1ab08eea60c5701f42e9d218fc7b26ef0cb2ac2 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Thu, 18 Feb 2021 10:59:39 +0100 Subject: [PATCH] Update README.md Add uninstall instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5ceb25d..08e3364 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,13 @@ The goal of this repository is to host GNU Fortran packages for macOS. These are ---- +### How to uninstall? + +``` +sudo rm -rf /usr/local/gfortran /usr/local/bin/gfortran +sudo pkgutil --forget com.gnu.gfortran +``` + +---- + *If you are interested in how these installers are built, the documentation is [here](build_package.md).*