mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 06:40:50 +01:00
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:
parent
d3147d6ed9
commit
acf9fe78ce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user