Skip to content

Commit 67fcb64

Browse files
committed
update readme and demo gif
1 parent 09c4882 commit 67fcb64

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Dockerfile.demo

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM ghcr.io/charmbracelet/vhs
2+
3+
RUN apt-get update --allow-releaseinfo-change && \
4+
apt-get install -y --no-install-recommends python3 python3-pip && \
5+
rm -rf /var/lib/apt/lists/*
6+
7+
COPY requirements.txt /tmp/requirements.txt
8+
RUN pip3 install --break-system-packages -r /tmp/requirements.txt

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ run-kml:
5656

5757
## demo: Record CLI demo GIF using VHS in Docker (writes samples/urlrecondemo.gif)
5858
demo:
59-
docker run --rm -v "$(PWD)":/vhs ghcr.io/charmbracelet/vhs demo.tape
59+
docker build -f Dockerfile.demo -t urlrecon-vhs .
60+
docker run --rm -v "$(PWD)":/vhs urlrecon-vhs demo.tape
6061

6162
# ── Clean ─────────────────────────────────────────────────────────────────────
6263

samples/urlrecondemo.gif

-11 MB
Loading

0 commit comments

Comments
 (0)