Skip to content

Commit

Permalink
docs: Explain make is necessary to install deps (foundry-rs#29)
Browse files Browse the repository at this point in the history
* docs: Explain make is necessary to install deps

* docs: Remove --recursive flag from git

* docs: Update comment order

* docs: Update comment order (again)
  • Loading branch information
transmissions11 committed Oct 8, 2021
1 parent d8739c8 commit d32a5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
## Building and testing

```sh
git clone --recursive https://github.com/gakonst/dapptools-template
git clone https://github.com/gakonst/dapptools-template
cd dapptools-template
make
make # This installs the project's dependencies.
make test
```

Expand Down

0 comments on commit d32a5ea

Please sign in to comment.