54 likes
·
523 reads
4 comments
·Oct 23, 2020
Oct 23, 2020
Simple and useful, thank you 🤩
Note to Ubuntu users: he didn't say how works Deno installation. So, here is:
Add deno using CURL:
curl -fsSL deno.land/x/install/install.sh | sh
Use nano to edit the file and add these two lines:
sudo nano .bashrc
export DENO_INSTALL="/$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
Execute the file:
source ~/.bashrc
That's it, run:
deno
3
·
·1 reply
Author
·Oct 23, 2020
Thanks for mentioning :)
1
·
·Oct 19, 2020
Oct 19, 2020
Very insightful read. Thanks for sharing Sunil Aleti.
1
·
·1 reply
Author
·Oct 19, 2020
Thanks
1
·