Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUGGESTION] documentation: describe DENO_INSTALL and how to install specific version #736

Open
oscar6echo opened this issue Aug 22, 2024 · 0 comments
Assignees

Comments

@oscar6echo
Copy link

Env var DENO_INSTALL is used by install script but nowhere in documentation (I think).
Search for deno env vars, on naturally falls on deno runtime env vars, which naturally does not have DENO_INSTALL.
This is a little puzzling.

How to install a specific version is not immediately available in the doc.
This is currently all the more useful than deno upgrade is buggy behind a proxy.

Suggestions:

  • Add env var DENO_INSTALL definition in deno install page
  • Add one-liner to install specific version:
    # https://github.com/denoland/deno/releases 
    curl -fsSL https://deno.land/install.sh | sh -s v1.45.2
@lucacasonato lucacasonato transferred this issue from denoland/deno Aug 22, 2024
kt3k pushed a commit to kt3k/deno-docs that referenced this issue Aug 29, 2024
* add deprecation message

* remove rest of readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants