Skip to content

Commit

Permalink
docs: Add info about LFS and submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
djolertrk committed Oct 29, 2024
1 parent ea0a9bd commit e0cd127
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/TestFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
This document describes the process of testing the features of Kovid LKM.
Please see `docs/QEMUSetupForTesting.md` that contains info for qemu setup.

## Fetch LFS and submodules

```
$ git fetch --recurse-submodules
```
or:

```
$ git submodule update --remote --recursive
```

LFS should be fetched:

```
$ git lfs fetch --all
```

## Build KoviD

Expand Down

0 comments on commit e0cd127

Please sign in to comment.