aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/content/notes/cheat-sheet.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/content/notes/cheat-sheet.md b/www/content/notes/cheat-sheet.md
index e525ddb..77e337d 100644
--- a/www/content/notes/cheat-sheet.md
+++ b/www/content/notes/cheat-sheet.md
@@ -27,12 +27,6 @@ Script from <https://docs.deno.com/runtime/getting_started/installation/>
$ curl -fsSL https://deno.land/install.sh | sh
```
-### Rebuild Blog
-
-```bash-session
-$ docker exec -it blog /scripts/update.bash
-```
-
### Add Git Server User / Set Password
```bash-session