1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00

Fix archive path being labelled as absolute

This commit is contained in:
Jakob Zahn 2025-01-05 17:26:18 +01:00
parent 77c495ad00
commit be45c32565

View File

@ -123,7 +123,7 @@ make
mv ./hello "$ARCHIVE/" 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! Hello, world!
``` ```