From df890027a2d82f44ff6285cec17c5da53e21bb5b Mon Sep 17 00:00:00 2001 From: "LINUXexpert.org" <51408202+LINUXexpert-org@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:55:15 -0700 Subject: [PATCH] Fix directory name in README for cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3951f64..15df7b9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This project is intended for experienced Linux admins who understand APT, repo p ```bash git clone https://github.com/LINUXexpert-org/ubuntu2mint.git -cd ubuntu-to-mint-convert-v3 +cd ubuntu2mint sudo bash ubuntu-to-mint-convert-v3.sh doctor ````