diff --git a/README.md b/README.md index 2e1a318cc8e37725d133bdaa26c66cc8926ddacb..2adba5a0b88696842a90fc1b24493b957289b27b 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ For more examples of using IHaskell with Nix, see https://github.com/vaibhavsaga Stack manages separate environments for every package. By default your notebooks will only have access to a few packages that happen to be required for IHaskell. To make packages available add them to the stack.yaml in the IHaskell -directory and run `stack solver && stack install`. +directory and run `stack install --fast`. Packages should be added to the `packages:` section and can take the following form