From 8f8bfeff6ae16e28559d9d493d36f1a2f9a696a7 Mon Sep 17 00:00:00 2001 From: Jean Cvllr <31145285+CJ42@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:51:31 +0100 Subject: [PATCH] Add instruction for how to upgrade slither in the CLI --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f1e491103..34932b3b4 100644 --- a/README.md +++ b/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