Fix build advice in README

This commit is contained in:
Cassowary 2023-10-30 16:04:02 -07:00
parent 852cbfc1fb
commit 84ea557696
1 changed files with 3 additions and 0 deletions

3
README
View File

@ -63,6 +63,9 @@ Next you build the actual program by doing:
cd _build
ninja
> Note that there is a bug with the current heckimp in dealing with the about dialog. To fix it, wait until
> ninja dies in the fist build, and then `echo > app/dialogs/authors.h` and then run `ninja` again.
Then if successful, install with
sudo ninja install