From 4f07b32128f887365c32dfabaf531886a7440cb3 Mon Sep 17 00:00:00 2001 From: Pedro Falcato Date: Sun, 19 Nov 2023 23:49:15 +0000 Subject: [PATCH] Fix rst problems Signed-off-by: Pedro Falcato --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 377a905..f42b7c8 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -================ +============================== HOLD - heat's Onyx link editor -================ +============================== hold is a simple ELF linker. It only works for POSIX-like platforms. @@ -8,6 +8,7 @@ Building ================ Use meson to build hold, as such:: + meson build/ ninja -C build/