Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Aug 15, 2023
1 parent c96bde5 commit 730eb54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This repo uses Foundry for development and testing. To get started:
1. Fork the project
2. Install [Foundry](https://book.getfoundry.sh/getting-started/installation)
3. To install dependencies, run `forge install`
3. To compile the contracts, run `forge build`
4. To test, run `forge test`
4. To compile the contracts, run `forge build`
5. To test, run `forge test`

### IR-Optimized Builds

Expand All @@ -23,4 +23,3 @@ First, we compile the target contract(s) via IR by running`FOUNDRY_PROFILE=optim
Next, ensure that tests are using the `DeployOptimized` script, and run `forge test` as normal.

See the wonderful [Seaport repo](https://github.com/ProjectOpenSea/seaport/blob/main/README.md#foundry-tests) for more details and options for this approach.

0 comments on commit 730eb54

Please sign in to comment.