Skip to content
This repository was archived by the owner on Jun 21, 2021. It is now read-only.

Commit 06bf5de

Browse files
committed
Use hub clone --recursive.
1 parent c598d36 commit 06bf5de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ $ cabal install cloud-haskell
2929

3030
### Building from source
3131

32-
Clone this repository locally using `git` or [`hub`][hub]. Then,
32+
Clone this repository locally using `git` or [`hub`][hub]:
3333

3434
```
35-
$ git submodule update --init
35+
$ hub clone --recursive haskell-distributed/cloud-haskell
36+
```
37+
38+
Then,
39+
40+
```
41+
$ cd cloud-haskell
3642
$ stack build
3743
```
3844

0 commit comments

Comments
 (0)