Add instruction for how to upgrade slither in the CLI

pull/2498/head
Jean Cvllr 5 months ago committed by CJ42
parent 6a2e1e0819
commit 8f8bfeff6a
No known key found for this signature in database
  1. 6
      README.md

@ -173,6 +173,12 @@ Slither requires Python 3.6+ and [solc](https://github.com/ethereum/solidity/),
pip3 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

Loading…
Cancel
Save