From 4c207e6433a73ae7c75dc75fca3631e2f02dca95 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 10 Jun 2025 16:34:42 +0800 Subject: refactor: bye, python! --- www/content/notes/cheat-sheet.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www/content/notes/cheat-sheet.md') 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 + +```bash-session +$ curl -fsSL https://deno.land/install.sh | sh +``` + ### Rebuild Blog ```bash-session -- cgit v1.2.3