Skip to content

Commit f91f024

Browse files
authored
docs: add natlint and rust install note to README (#546)
1 parent 7d9feab commit f91f024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ This project is structured as a [foundry](https://getfoundry.sh/) project with t
8181
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
8282
- [Bun](https://bun.sh/)
8383
- [Just](https://just.systems/man/en/)
84-
- [SP1](https://docs.succinct.xyz/docs/sp1/getting-started/install)
84+
- [SP1](https://docs.succinct.xyz/docs/sp1/getting-started/install) (_Note: Homebrew installations of rust may fail here_)
8585
- [Protobuf compiler](https://grpc.io/docs/protoc-installation/)
86+
- [Natlint](https://docs.rs/crate/natlint/latest)
8687

8788
Foundry typically uses git submodules to manage contract dependencies, but this repository uses Node.js packages (via Bun) because submodules don't scale. You can install the contracts dependencies by running the following command:
8889

0 commit comments

Comments
 (0)