Update repository links in README.md

This commit is contained in:
kilyabin
2026-01-27 22:39:10 +04:00
committed by GitHub
parent 389176a342
commit b6342e65b8

View File

@@ -24,7 +24,7 @@ Generate strong, random passwords from the command line with customizable charac
### 1. Via pipx (recommended) ### 1. Via pipx (recommended)
```bash ```bash
pipx install git+https://github.com/yourusername/genpass pipx install git+https://github.com/kilyabin/GenPass
```` ````
### 2. Local installation ### 2. Local installation
@@ -32,7 +32,7 @@ pipx install git+https://github.com/yourusername/genpass
Clone the repo and run the install script: Clone the repo and run the install script:
```bash ```bash
git clone https://github.com/yourusername/genpass.git git clone https://github.com/kilyabin/GenPass.git
cd genpass cd genpass
./install.sh ./install.sh
``` ```