Update build commands
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-07-28 17:41:02 +02:00
parent 3da8106c02
commit 39195f7275
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -79,7 +79,7 @@ ninja
``` ```
It is also possible to build a disk image ready to use with QEMU with the following command: It is also possible to build a disk image ready to use with QEMU with the following command:
``` ```
ninja image ninja diskimg
``` ```
# Contributing # Contributing