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:
parent
77c495ad00
commit
be45c32565
@ -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!
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user