From bfb465a855f84e8d2706ca171e8cf07a670eb490 Mon Sep 17 00:00:00 2001 From: grandfather Date: Thu, 23 Jan 2025 19:42:49 +0100 Subject: [PATCH 1/2] Typo fix README.md --- slither/tools/documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither/tools/documentation/README.md b/slither/tools/documentation/README.md index 218f2e91d..367d46d1d 100644 --- a/slither/tools/documentation/README.md +++ b/slither/tools/documentation/README.md @@ -1,5 +1,5 @@ # slither-documentation -`slither-documentation` uses [codex](https://platform.openai.com) to generate natspec documenation. +`slither-documentation` uses [codex](https://platform.openai.com) to generate natspec documentation. This tool is experimental. See [solmate documentation](https://github.com/montyly/solmate/pull/1) for an example of usage. From a75b1f6815918ca5e8ad8fd6bd378b9dbd5b6c57 Mon Sep 17 00:00:00 2001 From: Hex <165055168+hexshire@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:50:38 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ebbc6faab..4d27af0cf 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ python3 -m pip install slither-analyzer python3 -m pip install --upgrade slither-analyzer ``` +### Using Brew + +```console +brew install slither-analyzer +``` + ### Using Git ```bash