Skip to content

Commit 2f7a4c4

Browse files
authored
update readme w/ install instructions
1 parent bab506d commit 2f7a4c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Forge Standard Library is a collection of helpful contracts for use with [`forge` and `foundry`](https://github.com/gakonst/foundry). It leverages `forge`'s cheatcodes to make writing tests easier and faster, while improving the UX of cheatcodes. For more in-depth usage examples checkout the [tests](https://github.com/brockelmore/forge-std/blob/master/src/test).
44

5+
## Install
6+
7+
```bash
8+
forge install brockelmore/forge-std
9+
```
10+
511
## Contracts
612
### stdError
713

@@ -229,4 +235,4 @@ contract Bar {
229235
require(msg.sender == expectedSender, "!prank");
230236
}
231237
}
232-
```
238+
```

0 commit comments

Comments
 (0)