Skip to content

Commit 8abf917

Browse files
authored
Merge pull request #2498 from CJ42/docs/update-slither
Add instruction in README for how to upgrade slither
2 parents 98af7fd + 2bf8516 commit 8abf917

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ If you're **not** going to use one of the [supported compilation frameworks](htt
7676
python3 -m pip install slither-analyzer
7777
```
7878

79+
#### How to upgrade
80+
81+
```console
82+
python3 -m pip install --upgrade slither-analyzer
83+
```
84+
7985
### Using Git
8086

8187
```bash

0 commit comments

Comments
 (0)