Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 489bddd

Browse files
author
Katie Horne
authored
add add'l instructions to install (#34)
1 parent 857c8c4 commit 489bddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ You can manually download the latest [release](https://github.com/cdr/coder-doct
2828
1. (Optional, recommended) Download the `checksums.txt` for the desired
2929
release and verify the `sha256` checksum of the file you downloaded.
3030
1. Extract the `coder-doctor` binary.
31-
1. Move the `coder-doctor` binary to somewhere in your `$PATH`.
31+
1. Move the `coder-doctor` binary to somewhere in your `$PATH` (e.g., `mv coder-doctor /usr/local/bin/coder-doctor` for macOS/Linux).
32+
2. (macOS Users) You may need to [grant `coder-doctor` additional permissions](https://support.apple.com/en-us/HT202491) before running.
3233

3334
Alternatively, use the below command, replacing `$VERSION`, `$OSTYPE`
3435
(one of `darwin`, `linux`, `windows`) and `$ARCH` (one of `amd64`, `arm64`)

0 commit comments

Comments
 (0)