Update Installation instructions authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
......@@ -22,7 +22,7 @@ rm /README.md
git update-index --assume-unchanged /README.md
```
# Build image
# Build image (using mkosi)
```bash
cd /var/local/mkosi
# if not existing yet
......@@ -38,7 +38,7 @@ python3 -m pip install git+https://github.com/systemd/mkosi.git
mkosi -i -t directory -o /var/lib/machines/xcache-$(date +%Y-%m-%d-%H%M)
```
# Build image (manual `dnf --installroot`)
# Build image (using manual `dnf --installroot`)
```bash
img_name=xcache-$(date +%Y-%m-%d-%H%M)
build_image.sh /var/lib/machines/$img_name
......
......