From 5e513c3f24b7e8a98116b8c621fad591e453bd72 Mon Sep 17 00:00:00 2001 From: Yannick Stolzenburg <46424671+ystolzenburg@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:56:03 +0200 Subject: [PATCH] add "git clone" to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394aeb4..9c920c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The icon is a modified version of the KDE Partition Manager logo which is availa ## Compiling and Installing First you will need to clone the repository and cd inside ```sh -https://github.com/edisionnano/QDiskInfo.git && cd QDiskInfo +git clone https://github.com/edisionnano/QDiskInfo.git && cd QDiskInfo ``` Then you must create a build directory and cd inside ```sh