Skip to content

Commit

Permalink
add --recursive flag to git clone (foundry-rs#26)
Browse files Browse the repository at this point in the history
Without the flag, the `libs` directory will have the directories for the libs, but they will not be populated (i.e ds-test will be empty). user will have to `rm -rf` the dirs and `dapp install` the libs individually.
  • Loading branch information
odyslam committed Oct 7, 2021
1 parent 513507d commit 79fd14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Building and testing

```sh
git clone https://github.com/gakonst/dapptools-template
git clone --recursive https://github.com/gakonst/dapptools-template
cd dapptools-template
make
make test
Expand Down

0 comments on commit 79fd14a

Please sign in to comment.