Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghcup documentation #484

Merged
merged 2 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading