diff options
Diffstat (limited to 'www/content/notes/cheat-sheet.md')
-rw-r--r-- | www/content/notes/cheat-sheet.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/content/notes/cheat-sheet.md b/www/content/notes/cheat-sheet.md index d78759b..e525ddb 100644 --- a/www/content/notes/cheat-sheet.md +++ b/www/content/notes/cheat-sheet.md @@ -19,6 +19,14 @@ bootloader id in `--bootloader-id=GRUB`. All commands should be run at the project root path. +### Install Deno + +Script from <https://docs.deno.com/runtime/getting_started/installation/> + +```bash-session +$ curl -fsSL https://deno.land/install.sh | sh +``` + ### Rebuild Blog ```bash-session |