From 94389e46df7133b253a9238bd76d5c8e2cba0a69 Mon Sep 17 00:00:00 2001 From: Adrien GIVRY Date: Mon, 2 Dec 2024 11:00:22 -0500 Subject: [PATCH] Fixed README cloning steps --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 18ae264..3476384 100644 --- a/README.md +++ b/README.md @@ -112,20 +112,18 @@ scoop install quick-picture-viewer #### How to clone: -1. Clone: - +When cloning the repository, do **not** forget to include its submodules (`--recurse-submodules`): ```powershell -git clone --recurse-submodules https://github.com/ModuleArt/qpv-plugins +git clone --recurse-submodules https://github.com/ModuleArt/quick-picture-viewer ``` -2. Download submodules: - -``` -git submodule init -git submodule update +Otherwise, you can initialize them after cloning: +```powershell +git clone https://github.com/ModuleArt/quick-picture-viewer +cd quick-picture-viewer +git submodule update --init --recursive ``` -3. Build submodules. #### Code contributors: