haskell-ide-engine icon indicating copy to clipboard operation
haskell-ide-engine copied to clipboard

Clarify "Building", remove "submodules" in README

Open chexxor opened this issue 4 years ago • 2 comments

I had some confusion when following the install/build instructions. I think these changes might improve them. Let me know what you think.

https://github.com/haskell/haskell-ide-engine/issues/1731

chexxor avatar Apr 10 '20 20:04 chexxor

Hi! The project has not submodules now but it had them for a long time. It is not probable (but possible) that it will need again and --recurse-submodules does not throw an error if there are not actual submodules.

Otoh as it is not probable and the instructions are shorter this way, i think we could merge it.

jneira avatar Apr 10 '20 20:04 jneira

Installation script executes git submodule update --init anyways, right? So, we are still future-proof in a way

fendor avatar Apr 10 '20 21:04 fendor