From 2b33dd48713858a71f5f8e01696f5c295fb4c7a1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Oct 2021 15:00:11 +0200 Subject: [PATCH] Add uninstallation section --- docs/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install.md b/docs/install.md index 12eff50..34ee9f4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -30,6 +30,12 @@ If you want to know what these scripts do, check out the [source code at the rep 2. To properly learn Haskell, run through the [CIS 194 Haskell course](https://www.cis.upenn.edu/~cis194/spring13/) including exercises 3. To learn more about Haskell Toolchain management, check out the [ghcup user guide](./guide.md) +## Uninstallation + +On linux, just run `ghcup nuke`, then make sure any ghcup added lines in your `~/.bashrc` (or similar) are removed. + +On windows, double-click on the `Uninstall Haskell.ps1` PowerShell script on your Desktop. + ## Supported tools GHCup supports the following tools, which are also known as the **Haskell Toolchain**: