Skip to content

Commit

Permalink
Merge pull request #2498 from CJ42/docs/update-slither
Browse files Browse the repository at this point in the history
Add instruction in README for how to upgrade slither
  • Loading branch information
montyly authored Oct 11, 2024
2 parents 98af7fd + 2bf8516 commit 8abf917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ If you're **not** going to use one of the [supported compilation frameworks](htt
python3 -m pip install slither-analyzer
```

#### How to upgrade

```console
python3 -m pip install --upgrade slither-analyzer
```

### Using Git

```bash
Expand Down

0 comments on commit 8abf917

Please sign in to comment.