Skip to content

Commit

Permalink
submodules fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Dec 14, 2023
1 parent 9890634 commit 29ed045
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.7.1
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ git submodule update

Install [Foundry](https://getfoundry.sh/):

```
```bash
$ curl -L https://foundry.paradigm.xyz | bash
```

Expand All @@ -55,6 +55,20 @@ See the instructions here: https://github.com/flashbots/suave-geth#starting-a-lo

Check out the [`/examples/`](/examples/) folder for several example Suapps and `main.go` files to deploy and run them!

## Contributing

Some notes and helpers for contributing to this repository:

```bash
# Install testing dependencies
$ go install mvdan.cc/[email protected]
$ go install honnef.co/go/tools/cmd/[email protected]
$ go install github.com/golangci/golangci-lint/cmd/[email protected]

# Update the git submodules to the latest commit
$ git submodule update --remote
```

---

Happy hacking 🛠️

0 comments on commit 29ed045

Please sign in to comment.