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

fix: URL in curl command of README.md #51

Merged
merged 2 commits into from
Mar 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
Agree

Co-authored-by: G r e y <vapurrmaid@pm.me>
  • Loading branch information
wethinkagile and G r e y authored Mar 18, 2022
commit 2d0286cf4243afe30a91bdea44a7f54cfa377d0c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Alternatively, use the below command, replacing `$VERSION`, `$OSTYPE`
as required:

```shell-session
$ curl -fSsL "https://github.com/coder/coder-doctor/releases/download/${VERSION}/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf -
$ curl -fSsL "https://github.com/coder/coder-doctor/releases/download/v${VERSION}/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf -
README.md
coder-doctor
```
Expand Down