diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md index c35f97eb04..e549b2c012 100644 --- a/Documentation/FAQ.md +++ b/Documentation/FAQ.md @@ -32,4 +32,4 @@ No, SerenityOS does not have a package manager. The project uses a monorepo appr *However* there are ports which can be found in the [Ports directory](../Ports). A port is a piece of software that can optionally be installed, might have not been built by us but supports running on SerenityOS. They act quite similar to packages, coming with an install script each. -Currently when running the system in a virtual machine, ports need to be cross compiled on the host and added to the file system image before booting. Then its also possible to configure the build system to [in- or exclude components](./BuildInstructions.md#component-configuration) from a build. +Currently when running the system in a virtual machine, ports need to be cross compiled on the host and added to the file system image before booting. Then its also possible to configure the build system to [in- or exclude components](./AdvancedBuildInstructions.md#component-configuration) from a build. |