From f3f11310cd1aa48967527ed2567d2ac6e741c344 Mon Sep 17 00:00:00 2001 From: Agustin Rivera Date: Thu, 7 May 2026 10:50:49 -0700 Subject: [PATCH] Update README to include installation instructions for global tool --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a4ea73..1b5c138 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ Silicon. Models download automatically on first run (no account needed). ## Install +As a global tool: +```sh +uv tool install https://github.com/trailofbits/scribe +``` + +For local development: ```sh uv sync ```