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

Commit b29f09c

Browse files
wethinkagileG r e y
andauthored
fix: URL in curl command of README.md (#51)
Co-authored-by: G r e y <vapurrmaid@pm.me>
1 parent 643b58b commit b29f09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Alternatively, use the below command, replacing `$VERSION`, `$OSTYPE`
4242
as required:
4343

4444
```shell-session
45-
$ curl -fSsL "https://github.com/cdr/coder-doctor/releases/latest/download/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf -
45+
$ curl -fSsL "https://github.com/coder/coder-doctor/releases/download/v${VERSION}/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf -
4646
README.md
4747
coder-doctor
4848
```

0 commit comments

Comments
 (0)