denoland / deno_install

Deno Binary Installer
https://deno.land/
MIT License
966 stars 179 forks source link

very consufing installation process #291

Closed erikdemarco closed 2 months ago

erikdemarco commented 2 months ago

Im using this command to install:

curl -fsSL https://deno.land/install.sh | sh

After 1 hour i realized i need to add some more setting to my $HOME/.basrc

Most users will expects smooth experience, this little decision wreck it. Why we cant just ask the user:

If you dont want to call deno by its full path, you must add this line xxxx into your .basrc. Do you want us to add it automatically? Y/N?

kt3k commented 2 months ago

duplicate of #286