From b6342e65b8059c79190e186ac3ffd22b232c9f8f Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:39:10 +0400 Subject: [PATCH] Update repository links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2ab6d9..1006e98 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Generate strong, random passwords from the command line with customizable charac ### 1. Via pipx (recommended) ```bash -pipx install git+https://github.com/yourusername/genpass +pipx install git+https://github.com/kilyabin/GenPass ```` ### 2. Local installation @@ -32,7 +32,7 @@ pipx install git+https://github.com/yourusername/genpass Clone the repo and run the install script: ```bash -git clone https://github.com/yourusername/genpass.git +git clone https://github.com/kilyabin/GenPass.git cd genpass ./install.sh ```