-
Notifications
You must be signed in to change notification settings - Fork 236
Use asdf as the recommended installer? #393
Comments
@eric-burel I thought I remembered it being listed in the installation section of the homepage (but maybe I'm misremembering that). It's still in the readme for the |
You seem to have 3 pages that are not completely consistent:
I propose to always have:
|
@eric-burel I love using |
Ah didn't know that limitation indeed. So at least it would be worth making the documentation consistent, and perhaps recommend Asdf only for unix systems + Windows for WSL for users that intend to manage multiple versions of Deno (agency, freelancers etc.). It's still a relatively good solution if it supports most system apart native Windows, for which you have other solutions. |
I've recently started to use asdf and I think it's a very interesting way to install packages:
The Deno plugin lives there: https://github.com/asdf-community/asdf-deno
Install looks like this:
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git asdf install deno latest asdf global deno latest # asdf local deno latest # if you want to specify a specific version per project
Btw, the "edit" button on in the manual web page lead to a branch specific version on GitHub that is not really editable (https://github.com/denoland/manual/blob/v1.25.0/getting_started/installation.md, edit button says "you must be on a branch to edit"), which prevented me from opening a PR directly, I don't know if this process could be improved?
The text was updated successfully, but these errors were encountered: