Skip to content

Commit

Permalink
docs(Readme): Avoid unknown ghcup command error (kowainik#88)
Browse files Browse the repository at this point in the history
I spent the last 15 minutes trying to figure out why I got an `unknown ghcup command` when the installation went perfectly. Then I remembered I had to restart the terminal for the changes to be taken into account 😡. 

This might save a few minutes to someone else :)
  • Loading branch information
isthatcentered authored Oct 4, 2020
1 parent 8a832eb commit 6996ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Then, do [the workaround](https://www.stackage.org/blog/2020/08/ghc-8-10-2-windo
If you're on Linux or macOS, then the process is easy:

1. Install [ghcup](https://www.haskell.org/ghcup/) and follow `ghcup`
instructions for successful installation.
instructions for successful installation (remember to restart your terminal afterwards to avoid an `unknown ghcup command` error on the next step).
2. Install the latest version of the Haskell compiler β€” GHC β€” and the
[Cabal](https://www.haskell.org/cabal/) build tool. After you install
`ghcup`, it is easy to install the rest with a few commands from your
Expand Down

0 comments on commit 6996ae3

Please sign in to comment.