You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the first invocation with deno will download the proper binary and cache it in $DENO_DIR.
should be changed to
On the first invocation, deno will download the proper binary and cache it in $DENO_DIR.
Additionally, it is not clear what the first invocation is of. Is it the first invocation of the built binaries of different platforms that are hosted on jsr? More elaboration is needed.
The text was updated successfully, but these errors were encountered:
In the
deno compile
doc, the following sentence.should be changed to
Additionally, it is not clear what the first invocation is of. Is it the first invocation of the built binaries of different platforms that are hosted on
jsr
? More elaboration is needed.The text was updated successfully, but these errors were encountered: