From 6dd163f17e6cbffa7ffb2b0e4900de4f7d578e25 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Fri, 14 Jun 2024 20:44:31 +0200 Subject: [PATCH] upgrade example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe1f4dc..d359974 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ To install `repo-to-text` via pip, run the following command: pip install repo-to-text ``` +To upgrade to the latest version, use the following command: + +```bash +pip install --upgrade repo-to-text +``` + ## Usage After installation, you can use the `repo-to-text` command in your terminal. Navigate to the directory you want to convert and run: