1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:47:35 +00:00

Documentation: Adjust default TARGET to x86_64 in the documentation

This commit is contained in:
0xxFF 2022-12-16 22:30:00 +01:00 committed by Tim Flynn
parent 39fc7359d4
commit c4bc889346
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ Run the following command to build and run SerenityOS:
Meta/serenity.sh run
```
This will compile all of SerenityOS and install the built files into the `Build/i686/Root` directory inside your Git
This will compile all of SerenityOS and install the built files into the `Build/x86_64/Root` directory inside your Git
repository. It will also build a disk image and start SerenityOS using QEMU.
Note that the `anon` user is able to become `root` without a password by default, as a development convenience.