Skip to content

Commit 02d067b

Browse files
committed
docs: update CONTRIBUTING
on macOS, you want to pass $TMPDIR as is and it will place binary in the correct place. Otherwise if you had `/coder` it will be in a subdirectory.
1 parent 4825ef2 commit 02d067b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Coder Remote periodically reads the `network-info-dir + "/" + matchingSSHPID` fi
4040

4141
```bash
4242
# Inside https://github.com/coder/coder
43+
# on Mac replace /tmp/coder with "$TMPDIR"
4344
$ go build -o /tmp/coder ./cmd/coder
4445
```
4546

0 commit comments

Comments
 (0)