From fad4dd431a212eee76ccf9f40812351f720c67c5 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 21 Sep 2021 09:28:40 -0500 Subject: [PATCH] add add'l instructions to install --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d73968f..b7c3606 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ You can manually download the latest [release](https://github.com/cdr/coder-doct 1. (Optional, recommended) Download the `checksums.txt` for the desired release and verify the `sha256` checksum of the file you downloaded. 1. Extract the `coder-doctor` binary. -1. Move the `coder-doctor` binary to somewhere in your `$PATH`. +1. Move the `coder-doctor` binary to somewhere in your `$PATH` (e.g., `mv coder-doctor /usr/local/bin/coder-doctor` for macOS/Linux). +2. (macOS Users) You may need to [grant `coder-doctor` additional permissions](https://support.apple.com/en-us/HT202491) before running. Alternatively, use the below command, replacing `$VERSION`, `$OSTYPE` (one of `darwin`, `linux`, `windows`) and `$ARCH` (one of `amd64`, `arm64`)