From 992c84c03135e2356a17f5e7b9f2c32b5044f4ec Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Mon, 17 Jun 2019 13:52:00 -0400 Subject: [PATCH] better language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5da95dd7..399bd176e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Available options: ## Development -`semantic` requires at least GHC 8.6.4 and Cabal 2.4. We strongly recommend using [`ghcup`][ghcup] to sandbox GHC versions, as system packages installed from OS distributions may not install statically-linked versions of the GHC boot libraries. +`semantic` requires at least GHC 8.6.4 and Cabal 2.4. We strongly recommend using [`ghcup`][ghcup] to sandbox GHC versions, as GHC packages installed through your OS's package manager may not install statically-linked versions of the GHC boot libraries. We use `cabal's` [Nix-style local builds][nix] for development. To get started quickly: