diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-01-03 00:45:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-01-15 13:40:34 +0900 |
| commit | a856443120fae163adb4d8392112967e7e25c8f1 (patch) | |
| tree | 2c8eea6fd6b982582db043da3793f333254e8527 /INSTALL.txt | |
| parent | 12b054b05fba9ae7188751cf07e23dacd414a744 (diff) | |
| download | dotfiles-a856443120fae163adb4d8392112967e7e25c8f1.tar.gz dotfiles-a856443120fae163adb4d8392112967e7e25c8f1.tar.zst dotfiles-a856443120fae163adb4d8392112967e7e25c8f1.zip | |
misc: add Deno to INSTALL.txt
Diffstat (limited to 'INSTALL.txt')
| -rw-r--r-- | INSTALL.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 142213b..40dbf1b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -85,5 +85,10 @@ $ cargo install alacritty $ go install github.com/rhysd/vim-startuptime@latest +$ [[ ! -d ~/tmp ]] && mkdir; cd ~/tmp +$ curl -fsSL https://deno.land/x/install/install.sh > deno_install.sh +$ sh deno_install.sh +$ # deno upgrade + $ snap install zig --classic --edge ``` |
