Skip to content

Commit

Permalink
docs: Added comments in demo.tape
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Sep 9, 2024
1 parent 404038f commit df758f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tapes/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Env PS1 "\e[0;32m●\e[0m "
# ===== Preparation =====

Hide
# Create a temporary folder for demo
Type 'vhs_sandbox="$(mktemp -d)"' Enter
Type 'cd "$vhs_sandbox"' Enter
Type 'clear' Enter
Expand All @@ -52,5 +53,6 @@ Sleep 5s
# ===== Cleaning =====

Hide
# Delete the temporary folder
Type 'rm -rf "$vhs_sandbox"' Enter
Show

0 comments on commit df758f0

Please sign in to comment.