From be45c3256537a852b2231de004042bf77f74ba88 Mon Sep 17 00:00:00 2001 From: Jakob Zahn Date: Sun, 5 Jan 2025 17:26:18 +0100 Subject: [PATCH] Fix archive path being labelled as absolute --- UserManual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserManual.md b/UserManual.md index cb0061e..988ec45 100644 --- a/UserManual.md +++ b/UserManual.md @@ -123,7 +123,7 @@ make mv ./hello "$ARCHIVE/" ``` -If everything went well, the absolute path to the freshly compiled `hello` binary is `$LAMINAR_HOME/archive/hello/latest/hello`, which prints +If everything went well, the path to the freshly compiled `hello` binary is `$LAMINAR_HOME/archive/hello/latest/hello`, which prints ``` Hello, world! ```