docs: use consola's fancy reporter in init demo GIF (#2485)

This commit is contained in:
Thribhuvan
2026-07-26 20:20:44 +05:30
committed by GitHub
parent 6c5a1b0d2e
commit b124c82ed4
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ words:
- comctx
- confbox
- configfile
- consola
- consolas
- Cpath
- crbug
+3
View File
@@ -37,6 +37,9 @@ Hide
# Create a temporary folder for demo
Type 'mkdir packages/wxt/init-demo' Enter
Type 'cd packages/wxt/init-demo' Enter
# Unset CI variables inherited from the GitHub Actions runner so consola
# picks its fancy reporter instead of the basic one (#2461)
Type 'unset CI GITHUB_ACTIONS' Enter
Type 'clear' Enter
Show