Skip to content

Commit da81c60

Browse files
committed
refactor: update Foundry installation method in checklist
Replace the "older than 7 days" rule with simple stable version installation using 'foundryup --install stable' command for better simplicity and clarity
1 parent 161895d commit da81c60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spell/spell-reviewer-mainnet-checklist.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
## Development Stage
44

55
* Install stable Foundry version
6-
* [ ] Find the first [Foundry release](https://github.com/foundry-rs/foundry/releases) that is older than 7 days from now
7-
* [ ] Insert the release URL here:
8-
* [ ] Install the specified version via `foundryup --version git_tag_name`
6+
* [ ] Install the stable version via `foundryup --install stable`
97
```
108
Document the installation logs containing installed versions below:
119
```

0 commit comments

Comments
 (0)