Skip to content

Commit

Permalink
Merge pull request #484 from lepsa/ghcup-documentation
Browse files Browse the repository at this point in the history
Ghcup documentation
  • Loading branch information
julialongtin committed Apr 4, 2024
2 parents e1a7bc9 + b33b5cc commit b44e959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ You can do a whole lot more!
* Red Hat/Fedora: `yum install ghc cabal-install`
* Mac OSX:
* Homebrew: `brew install ghc cabal-install`
* *Fink doesn't seem to have a package for cabal*; Install the Haskell Platform [manually](http://hackage.haskell.org/platform/mac.html).
* Windows: Follows [these install instructions](http://hackage.haskell.org/platform/windows.html).
* Other unices: If your package manager does not include ghc and cabal you should [install the Haskell platform](http://www.haskell.org/platform).
* Install GHCup following [these install instructions](https://www.haskell.org/ghcup/)
* Windows: Follows [these install instructions](https://www.haskell.org/ghcup/).
* Other unices: If your package manager does not include ghc and cabal you should [install GHCup](https://www.haskell.org/ghcup).
2. You now have two options for installation:
* Latest release:
* Use cabal to install ImplicitCAD: `cabal update && cabal install implicit`
Expand Down

0 comments on commit b44e959

Please sign in to comment.