Update macos.mdx

Default download of binary is in downloads, if running script and the /tmp/zrok directory already exists, an error is thrown -p /tmp/zrok will work even if the directory already exists without throwing an error.

Signed-off-by: Stellar <100169718+AdaptiveFailure@users.noreply.github.com>
This commit is contained in:
Stellar 2024-03-14 09:31:46 -04:00 committed by GitHub
parent d3147d6ed9
commit acf9fe78ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ Download the binary distribution for your macOS architecture. For Intel Macs use
1. Unarchive the distribution in a temporary directory.
```text
mkdir /tmp/zrok && tar -xf ./zrok*darwin*.tar.gz -C /tmp/zrok
cd ~/Downloads && mkdir -p /tmp/zrok && tar -xf ./zrok*darwin*.tar.gz -C /tmp/zrok
```
1. Install the `zrok` executable.