Skip to content

Commit

Permalink
Add installation and uninstallation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Sarkar committed Sep 8, 2024
1 parent 895d29c commit 8a1c739
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ Feel free to open issues for questions, comments, or suggestions.

[![](https://github.com/asarkar/exercism-haskell/workflows/CI/badge.svg)](https://github.com/asarkar/exercism-haskell/actions)

For detailed explanations of solutions, see [exercism-rust](https://github.com/asarkar/exercism-rust).

A curated list of [Haskell resources](https://blogs.asarkar.com/haskell-curated/) is available on my blog.

## Installation

https://stackoverflow.com/a/78961866/839733

## Uninstallation
```
ghcup nuke
rm -rf $HOME/.ghcup
rm -rf $HOME/.stack
```

## GHCi Commands
To start with a package loaded
```
Expand Down

0 comments on commit 8a1c739

Please sign in to comment.