Skip to content

Commit a7be5aa

Browse files
authored
Improved download instructions
1 parent 04117bb commit a7be5aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ See also "How to create a bootable installer for macOS?" at https://support.appl
2323

2424
How to configure and install it
2525
-------------------------------
26-
Download the osxapp_vers file from GitHub to a folder of your choice and set execute permissions.
26+
Download the osxapp_vers file from GitHub to a folder of your choice.
27+
28+
```bash
29+
curl -Ls https://bit.ly/osxapp_vers > osxapp_vers
30+
```
31+
32+
Set execute permissions.
2733

2834
```bash
2935
$ chmod +x ./osxapp_vers

0 commit comments

Comments
 (0)