Skip to content

Commit

Permalink
Add instruction for how to upgrade slither in the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Jun 26, 2024
1 parent 798c1f6 commit 1099e68
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
```

If your slither version is behind the latest available release, you can upgrade slither to stay up to date with the latest features and bug fixes using the following command:

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

### Using Git

```bash
Expand Down

0 comments on commit 1099e68

Please sign in to comment.