From acf9fe78ce37564897e0810825d26cf67495b077 Mon Sep 17 00:00:00 2001 From: Stellar <100169718+AdaptiveFailure@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:31:46 -0400 Subject: [PATCH] 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> --- docs/guides/install/macos.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/install/macos.mdx b/docs/guides/install/macos.mdx index 413e5e40a..c7983404c 100644 --- a/docs/guides/install/macos.mdx +++ b/docs/guides/install/macos.mdx @@ -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.