You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.md
+42-14Lines changed: 42 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,34 +53,62 @@ gh aw init
53
53
54
54
**What this does**: Configures `.gitattributes`, creates the dispatcher agent, and sets up Copilot setup steps.
55
55
56
-
## Step 3: Clone Autoloop and Copy Files
56
+
## Step 3: Download Autoloop and Copy Files
57
57
58
-
Clone the Autoloop repository and copy its files into this repo:
58
+
Download the Autoloop source as a zip and copy the files you need into this repo. This avoids a `git clone` (no `.git` history is downloaded, and `git` is not required) and works on Linux, macOS, and Windows.
Copy the issue template and create the Autoloop directories:
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:
> **Note:** The snippets above download the latest `main` branch. To pin to a specific version, replace `refs/heads/main` with `refs/tags/<tag>` and the `autoloop-main` folder name with `autoloop-<tag>`.
0 commit comments