We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04117bb commit a7be5aaCopy full SHA for a7be5aa
README.md
@@ -23,7 +23,13 @@ See also "How to create a bootable installer for macOS?" at https://support.appl
23
24
How to configure and install it
25
-------------------------------
26
-Download the osxapp_vers file from GitHub to a folder of your choice and set execute permissions.
+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.
33
34
```bash
35
$ chmod +x ./osxapp_vers
0 commit comments