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