Skip to content

Commit

Permalink
Fix cat packaging docs. (#232)
Browse files Browse the repository at this point in the history
The `examples/cat/test.sh` test gets this right (or it would fail!), but
the docs had this wrong.
  • Loading branch information
jsirois authored Jul 31, 2024
1 parent cf3f9e9 commit b9b0233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ Having written a fully specified lift manifest like the one above by hand though
the last file is a zip, scie cat assembly is just:
```
cat \
scie-jump-linux-x86_64 \
amazon-corretto-11.0.17.8.1-linux-x64.tar.gz \
coursier.jar \
lift.json > coursier
Expand All @@ -348,6 +349,7 @@ for readability. To package the scie for easier inspection, you can modify the `
like so:
```
cat \
scie-jump-linux-x86_64 \
amazon-corretto-11.0.17.8.1-linux-x64.tar.gz \
coursier.jar \
<(echo) \
Expand Down

0 comments on commit b9b0233

Please sign in to comment.