From e0d8adf460efbd2c342a1636284e3bba89048e72 Mon Sep 17 00:00:00 2001 From: huyang531 Date: Thu, 11 Jul 2024 14:16:28 +0300 Subject: [PATCH] fix(guide): Fix minor formatting issue with internals.mdx Signed-off-by: huyang531 --- content/guides/internals.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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