Add make clean step to flatpak README

This commit is contained in:
miruka 2020-08-28 10:18:43 -04:00
parent d53cf0cbbe
commit 13dde2fe95

View File

@ -20,6 +20,7 @@ If the download fails for some reason, run `flatpak repair` before retrying.
To build, run from the root of the project:
```
make clean
flatpak-builder --repo=build/flatpak/repo --force-clean build/flatpak/build packaging/flatpak/mirage.flatpak.yaml
```