Skip to content

Commit

Permalink
Merge pull request #2656 from hexshire/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
smonicas authored Feb 3, 2025
2 parents 61fa9ec + a75b1f6 commit f6413e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ python3 -m pip install slither-analyzer
python3 -m pip install --upgrade slither-analyzer
```

### Using Brew

```console
brew install slither-analyzer
```

### Using Git

```bash
Expand Down
2 changes: 1 addition & 1 deletion slither/tools/documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# slither-documentation

`slither-documentation` uses [codex](https://platform.openai.com) to generate natspec documenation.
`slither-documentation` uses [codex](https://platform.openai.com) to generate natspec documentation.

This tool is experimental. See [solmate documentation](https://github.com/montyly/solmate/pull/1) for an example of usage.

0 comments on commit f6413e6

Please sign in to comment.