Skip to content

Commit 58bbe69

Browse files
Copilotmrjf
andauthored
Clarify tar fallback wording in install.md
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/f0b9c2d4-cb18-4b13-abab-19ed22aee217 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent b304711 commit 58bbe69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cp -R /tmp/autoloop_extract/autoloop-main/.github/ISSUE_TEMPLATE/. .github/ISSUE
7878
rm -rf /tmp/autoloop.zip /tmp/autoloop_extract
7979
```
8080

81-
If `unzip` is not available (e.g. some minimal Linux images), `tar` can extract a zip on macOS and most modern Linux distributions:
81+
If `unzip` is not installed (e.g. some minimal Linux images), replace the `unzip` line above with this `tar` command — it extracts zip archives on macOS and most modern Linux distributions:
8282

8383
```bash
8484
mkdir -p /tmp/autoloop_extract && tar -xf /tmp/autoloop.zip -C /tmp/autoloop_extract

0 commit comments

Comments
 (0)