diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-10 16:34:42 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 16:34:42 +0800 |
commit | 4abd6020df12427aed62599a68abba87b1ccc3b8 (patch) | |
tree | e2504019eb8663ef0e49d409b2ca279030c70c60 /www | |
parent | 73d711416dc50378321982c88fe01e48ea18e20a (diff) | |
download | crupest-4abd6020df12427aed62599a68abba87b1ccc3b8.tar.gz crupest-4abd6020df12427aed62599a68abba87b1ccc3b8.tar.bz2 crupest-4abd6020df12427aed62599a68abba87b1ccc3b8.zip |
refactor: bye, python!
Diffstat (limited to 'www')
-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 |