Skip to content

Commit

Permalink
Merge pull request #148 from adriengivry/fix/readme
Browse files Browse the repository at this point in the history
Fixed README cloning steps
  • Loading branch information
Beelink authored Dec 2, 2024
2 parents e821eb3 + 94389e4 commit 25c872b
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 25c872b

Please sign in to comment.