From 275e7cf7e237be8ea11a93122d626bcc74df1696 Mon Sep 17 00:00:00 2001
From: Alex Berg <chexxor@users.noreply.github.com>
Date: Fri, 10 Apr 2020 14:59:55 -0500
Subject: [PATCH 1/2] Clarify "Building", remove "submodules" in README

---
 README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c1af70d15..f5e2d25b2 100644
--- a/README.md
+++ b/README.md
@@ -226,16 +226,13 @@ In addition make sure `hie.exe` is not running by closing your editor, otherwise
 #### Download the source code
 
 ```bash
-git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules
+git clone https://github.com/haskell/haskell-ide-engine
 cd haskell-ide-engine
 ```
 
 #### Building
 
-Uses the [shake](https://shakebuild.com/) build system for predictable builds.
-
-Note, on first invocation of the build script, a GHC is being installed for execution.
-The GHC used for the `install.hs` can be adjusted in `shake.yaml` by using a different resolver.
+Note, on first invocation of the build script, a GHC is installed for execution. If you'd like to use a specific version of GHC for the `install.hs`, you can adjust the resolver in the `install/shake.yaml` file, as this project's build uses the [shake](https://shakebuild.com/) build tool.
 
 Available commands can be seen with:
 

From d8902aeb3b0c100122fdebe0fc19e05586359dea Mon Sep 17 00:00:00 2001
From: Alex Berg <chexxor@users.noreply.github.com>
Date: Wed, 23 Dec 2020 00:21:43 -0600
Subject: [PATCH 2/2] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f5e2d25b2..c365c0acc 100644
--- a/README.md
+++ b/README.md
@@ -232,7 +232,7 @@ cd haskell-ide-engine
 
 #### Building
 
-Note, on first invocation of the build script, a GHC is installed for execution. If you'd like to use a specific version of GHC for the `install.hs`, you can adjust the resolver in the `install/shake.yaml` file, as this project's build uses the [shake](https://shakebuild.com/) build tool.
+Note, on first invocation of the build script, a GHC is installed for execution. If you'd like to use a specific version of GHC for the `install.hs`, you can adjust the resolver in the `install/shake.yaml` file.
 
 Available commands can be seen with: