Skip to content

Commit 3f88ede

Browse files
authored
Some README fixes (#56)
1 parent c7ba0a1 commit 3f88ede

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ You can also run any `haskellings` command from the project directory using `sta
3232
Instead of running stack manually, you can use a nix shell to install the dependencies for you.
3333
To do this, [install Nix](https://nixos.org/guides/install-nix.html).
3434

35-
Then, when in the project's root directory, runn `nix-shell`.
35+
Then, when in the project's root directory, run `stack build`. This is necessary to generate `haskellings.cabal` from `package.yaml` (`hpack` will also work). Then you can run `nix-shell`.
36+
3637
After the build process, you should see a bash prompt like this:
3738

3839
``` shell
3940
[nix-shell:~]$
4041
```
4142

42-
This shell provides you with an environment that has GHC 8.8.4 and the `haskellings` binary installed and available in your `$PATH` - so you can run `haskellings` and get started!
43+
This shell provides you with an environment that has GHC 8.10.4 and the `haskellings` binary installed and available in your `$PATH` - so you can run `haskellings` and get started!
4344

4445
These dependencies are only available within the `nix-shell`, so don't worry about contaminating your global system with conflicting installations.
4546

0 commit comments

Comments
 (0)