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

 

$ cd ~/.deno/bin

$ ./deno -V (1.11.1)

 

$ export DENO_INSTALL="~/.deno"

$ export PATH="$DENO_INSTALL/bin:$PATH"

 

参考1参考2参考3

 

編集