mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Add information about the limine-image target
This commit is contained in:
parent
7b919c9d93
commit
6cdb41ccab
Notes:
sideshowbarker
2024-07-17 18:49:59 +09:00
Author: https://github.com/48cf Commit: https://github.com/SerenityOS/serenity/commit/6cdb41ccab Pull-request: https://github.com/SerenityOS/serenity/pull/11939 Reviewed-by: https://github.com/Rummskartoffel ✅
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ The `Meta/serenity.sh` script provides an abstraction over the build targets whi
|
|||
following build targets cannot be accessed through the script and have to be used directly by changing the current
|
||||
directory to `Build/i686` and then running `ninja <target>`:
|
||||
|
||||
- `ninja limine-image`: Builds a disk image (`limine_disk_image`) with Limine
|
||||
- `ninja grub-image`: Builds a disk image (`grub_disk_image`) with GRUB
|
||||
- `ninja extlinux-image`: Builds a disk image (`extlinux_disk_image`) with extlinux
|
||||
- `ninja check-style`: Runs the same linters the CI does to verify project style on changed files
|
||||
|
|
Loading…
Reference in a new issue