From 97f42693d79850fa07fad610ebd69b99a13d528f Mon Sep 17 00:00:00 2001 From: "M. A. Reza" Date: Thu, 26 Feb 2026 15:37:07 +0330 Subject: [PATCH] fix readme.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72fdd6a..2ca74e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ Use this command: ```bash -git clone https://git.d.aiengines.ir/mareza/py_reza_logging.git@{commit_hash} +pip install git+https://git.d.aiengines.ir/mareza/py_reza_logging.git@{commit_hash} +``` + +Or when using Python UV: + +```bash +uv add git+https://git.d.aiengines.ir/mareza/py_reza_logging.git@{commit_hash} ``` ## Usage