Update repository URL in README for cloning

This commit is contained in:
LINUXexpert.org
2026-01-22 11:25:24 -07:00
committed by GitHub
parent 5420fe0f78
commit 6ce57485f5
+1 -1
View File
@@ -44,7 +44,7 @@ This project is intended for experienced Linux admins who understand APT, repo p
### 1) Clone and run doctor checks ### 1) Clone and run doctor checks
```bash ```bash
git clone https://github.com/<your-username>/ubuntu-to-mint-convert-v3.git git clone https://github.com/LINUXexpert-org/ubuntu2mint.git
cd ubuntu-to-mint-convert-v3 cd ubuntu-to-mint-convert-v3
sudo bash ubuntu-to-mint-convert-v3.sh doctor sudo bash ubuntu-to-mint-convert-v3.sh doctor
```` ````