From 626ab7a28403a3459b0f8d4257c9f19a8ed8cbda Mon Sep 17 00:00:00 2001 From: Dan Shearer Date: Wed, 25 Sep 2024 14:18:43 +0100 Subject: [PATCH] Correct the build command for Haskell --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fbbb6f3..cb030ff6 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ feature-flags. Afterwards, type `nix flake show` in the root directory of the project to see all the available versions of this book. Then type `nix build .#` to -build the edition you want (Haskell, Scala, OCaml, Reason and their printed +build the edition you want (Scala, OCaml, Reason and their printed versions). For example, to build the Scala edition you'll have to type -`nix build .#ctfp-scala`. +`nix build .#ctfp-scala`. For Haskell (the original version) that is just +`nix build .#ctfp`. Upon successful compilation, the PDF file will be placed in the `result` directory.