Skip to content

Commit

Permalink
Fixed README cloning steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adriengivry committed Dec 2, 2024
1 parent e821eb3 commit 94389e4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 94389e4

Please sign in to comment.