Skip to content

Commit

Permalink
Update README: add --recurse-submodules to git clone cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Oct 26, 2022
1 parent 2c6217b commit e0d5e29
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 @@ -85,7 +85,7 @@ This diagram shows the logic flow in the case that a drop is hosted on OpenSea,
To install dependencies and compile contracts:

```bash
git clone https://github.com/ProjectOpenSea/seadrop && cd seadrop
git clone --recurse-submodules https://github.com/ProjectOpenSea/seadrop && cd seadrop
yarn install
yarn build
```
Expand Down

0 comments on commit e0d5e29

Please sign in to comment.