Skip to content

Commit

Permalink
add troubleshooting note, about the case where v download could hav…
Browse files Browse the repository at this point in the history
…e failed with `response does not start with HTTP/` due to the mbedtls default
  • Loading branch information
spytheman committed Feb 15, 2025
1 parent 92cb593 commit 1047c9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ can be run from anywhere).
v download -RD https://raw.githubusercontent.com/vlang/v-analyzer/main/install.vsh
```

Note: if you get messages about `response does not start with HTTP/`, try going to the
main V repository, then do `./v -d use_openssl cmd/tools/vdownload.v` .
After that, retry the same command:
```sh
v download -RD https://raw.githubusercontent.com/vlang/v-analyzer/main/install.vsh
```

## Pre-built binaries

You can download pre-built binaries from the [release page](https://github.com/vlang/v-analyzer/releases).
Expand Down

0 comments on commit 1047c9d

Please sign in to comment.