diff --git a/content/guides/internals.mdx b/content/guides/internals.mdx index acc8af7d..8d6cab26 100644 --- a/content/guides/internals.mdx +++ b/content/guides/internals.mdx @@ -231,7 +231,8 @@ $ make -j$(nproc) . . -.to finally build an ARM64 unikernel. +. +to finally build an ARM64 unikernel. Since we are targeting a different architecture, we have to use QEMU to emulate an ARM64 CPU: ```console