From d88f135d52760cabd7445ebb560feaff501d677c Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:54:50 +0000 Subject: [PATCH] Update README.md with CLI installation recommendation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e94756b..b384d4329 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ We support # Install inside existing project uv pip install codegen -# Install global CLI +# Install global CLI (recommended for most users) uv tool install codegen --python 3.13 # Create a codemod for a given repo