mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Documentation: Change make to ninja in the installation guide (#6199)
This commit is contained in:
parent
b758654840
commit
c0235b596b
Notes:
sideshowbarker
2024-07-18 20:38:01 +09:00
Author: https://github.com/breakgimme 🔰 Commit: https://github.com/SerenityOS/serenity/commit/c0235b596ba Pull-request: https://github.com/SerenityOS/serenity/pull/6199
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ For more details on known working hardware see the [SerenityOS Hardware Compatib
|
|||
|
||||
## Creating a Serenity GRUB disk image
|
||||
|
||||
Before creating a Serenity disk image, you need to build the OS as described in the [SerenityOS build instructions](https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md). Follow those instructions up to and including running **make install**. After the OS has built, run **make grub-image** to create a new file called **grub_disk_image** with GRUB2 installed that can be booted on a real PC.
|
||||
Before creating a Serenity disk image, you need to build the OS as described in the [SerenityOS build instructions](https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md). Follow those instructions up to and including running **ninja install**. After the OS has built, run **ninja grub-image** to create a new file called **grub_disk_image** with GRUB2 installed that can be booted on a real PC.
|
||||
|
||||
The final step is copying **grub_disk_image** onto the disk you wish to use to boot Serenity using a command such as:
|
||||
|
||||
|
|
Loading…
Reference in a new issue