Skip to content

Commit

Permalink
Clarify how to obtain source in README.md
Browse files Browse the repository at this point in the history
Fixes #1380
  • Loading branch information
johnfactotum authored Aug 28, 2024
1 parent 8fe1364 commit 16e17db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ If installed, `tracker` (>= 3; `gir1.2-tracker-3.0` in Debian-based distros) and

### Obtaining the Source

The repo uses git submodules. Before running or installing, make sure you clone the whole thing with `--recurse-submodules`.
The repo uses git submodules. Before running or installing, make sure you clone the whole thing with `--recurse-submodules`:

```
git clone --recurse-submodules https://github.com/johnfactotum/foliate.git
```

Or download the tarball (the `.tar.xz` file) from the [Releases](https://github.com/johnfactotum/foliate/releases) page.

### Run without Building or Installing

Expand Down

0 comments on commit 16e17db

Please sign in to comment.