lint: fix whitespace/spelling in README

This commit is contained in:
Michael Vogt 2025-01-09 17:14:24 +01:00 committed by Ondřej Budai
parent ffc676e3d0
commit d35c95a9bc
2 changed files with 3 additions and 2 deletions

View file

@ -12,3 +12,4 @@ json
osbuild
qcow
UEFI
datadir

View file

@ -119,10 +119,10 @@ A: The osbuild binary is used to actually build the images but beyond that
no setup is required, i.e. no daemons like osbuild-composer.
Q: Can I have custom repository files?
A: Sure! The repostories are encoded in json in "<distro>-<vesion>.json",
A: Sure! The repositories are encoded in json in "<distro>-<vesion>.json",
files, e.g. "fedora-41.json". See these [examples](https://github.com/osbuild/images/tree/main/data/repositories). Use the "--datadir" switch and
place them under "repositories/name-version.json", e.g. for:
"--datadir ~/my-project --distro foo-1" a json file must be put under
"--datadir ~/my-project --distro foo-1" a json file must be put under
"~/my-project/repositories/foo-1.json.
## Project