Skip to content

Commit

Permalink
doc: remove unnecessary step in building the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-fruitful committed Oct 18, 2023
1 parent 7226859 commit 010fd43
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ forge update
make update
```

### Generate Interfaces

This step is optional, it updates the interfaces to match the facet implementations. Normally you will not need to run it. It is more to be used during development to ensure the interfaces and their respective implementations are aligned. Be aware that when running this target, natspec documentation in the interfaces gets wiped, and it is needed there for the generated markdown files. After running this task take care and ensure the docs are up to date.

```zsh
make gen-i
```

### Prepare the build

```zsh
Expand Down

0 comments on commit 010fd43

Please sign in to comment.