From 03ea1d0cf8dc4ff2b0154975716dfebc7513a49d Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Mon, 3 Aug 2026 03:37:41 +0530 Subject: [PATCH] docs: mention the --version flag in Installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae8f757..a1c01e1 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ Or with [uv](https://github.com/astral-sh/uv): uv add modelfuzz ``` +Check the installed version with `modelfuzz --version` (or `-V`). + ## Contributing Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, and pull-request guidelines.