Skip to content

Commit bf7a518

Browse files
TheWayWithinclaude
andcommitted
docs: bump README download example to v0.3.2 (current release)
The illustrative folder name and cd example now match the latest release. Step 1 stays version-agnostic; these are the "for example / replace to match" lines, kept current with v0.3.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8b1a19a commit bf7a518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ There is nothing to install for the tool itself — it is a folder of small scri
4747
**Option A — download (no git, no GitHub account needed):**
4848

4949
1. Go to the [latest release](https://github.com/TheWayWithin/executor-file/releases/latest) and download the file named **`executor-file-<version>.tar.gz`** (the one with a version number, under "Assets" — not GitHub's "Source code" links).
50-
2. Double-click the downloaded file — macOS unpacks it into a folder with the same name (for example `executor-file-v0.3.1`).
50+
2. Double-click the downloaded file — macOS unpacks it into a folder with the same name (for example `executor-file-v0.3.2`).
5151
3. Open the **Terminal** app (press ⌘–space, type `Terminal`, press Enter) and type this, replacing the version to match the folder you just unpacked:
5252

5353
```bash
54-
cd ~/Downloads/executor-file-v0.3.1
54+
cd ~/Downloads/executor-file-v0.3.2
5555
```
5656

5757
**Option B — clone with git** (if you know you have git):

0 commit comments

Comments
 (0)