Skip to content

Commit 922e5f9

Browse files
committed
Update installation instructions and GIF generation workflow
1 parent e519b94 commit 922e5f9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/generate-terminal-gifs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434
title: Update generated VHS GIF
3535
body: This PR updates the generated VHS GIF files.
3636
base: main
37-
path: '*.gif'

docs/vhs/install.tape

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Set Width 1200
6363
Set Height 600
6464

6565
Type "# Create python virtual environment and install struct" Enter
66-
Type "python3 -m venv venv" Sleep 500ms Enter
67-
Type "source venv/bin/activate" Enter
66+
Type "python3 -m venv .venv" Sleep 500ms Enter
67+
Type "source .venv/bin/activate" Enter
6868
Type "pip install git+https://github.com/httpdss/struct.git" Sleep 500ms Enter
6969
Type "# STRUCT is now installed and ready to use" Enter
7070
Type "struct list" Enter

0 commit comments

Comments
 (0)