mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
chore: update zipped exec size (#9678)
This commit is contained in:
parent
da5ca4f521
commit
c1fe86b15c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ programmer.
|
|||
|
||||
Deno will always be distributed as a single executable. Given a URL to a Deno
|
||||
program, it is runnable with nothing more than
|
||||
[the ~15 megabyte zipped executable](https://github.com/denoland/deno/releases).
|
||||
[the ~25 megabyte zipped executable](https://github.com/denoland/deno/releases).
|
||||
Deno explicitly takes on the role of both runtime and package manager. It uses a
|
||||
standard browser-compatible protocol for loading modules: URLs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue