mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-25 15:29:43 -05:00
Fixed the broken link of releases in README (#1357)
This commit is contained in:
parent
0654d2248a
commit
fe574ecc4d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ We default to release builds of `v8` due to performance & CI reasons in `deno`.
|
||||||
|
|
||||||
Tells the build script where to get binary builds from. Understands `http://`
|
Tells the build script where to get binary builds from. Understands `http://`
|
||||||
and `https://` URLs, and file paths. The default is
|
and `https://` URLs, and file paths. The default is
|
||||||
https://github.com/denoland/rusty_v8/releases/download.
|
https://github.com/denoland/rusty_v8/releases.
|
||||||
|
|
||||||
File-based mirrors are good for using cached downloads. First, point the
|
File-based mirrors are good for using cached downloads. First, point the
|
||||||
environment variable to a suitable location:
|
environment variable to a suitable location:
|
||||||
|
|
Loading…
Reference in a new issue