Skip to content

Commit

Permalink
Update git clone command example
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmetcalf committed Mar 25, 2020
1 parent 8e8efc7 commit c3f8e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/haskell.section.md
Expand Up @@ -369,7 +369,7 @@ automatically select the right version of GHC and other build tools to build,
test and execute apps in an existing project downloaded from somewhere on the
Internet. Pass the `--nix` flag to any `stack` command to do so, e.g.
```shell
git clone --recursive https://github.com/yesodweb/wai
git clone --recurse-submodules https://github.com/yesodweb/wai.git
cd wai
stack --nix build
```
Expand Down

0 comments on commit c3f8e59

Please sign in to comment.