diff --git a/README.md b/README.md index e73ec00..d16ad27 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Hugo Version Manager (hvm) is a tool that helps you download, manage, and switch between different versions of the [Hugo] static site generator. You can also use hvm to install Hugo as a standalone application. -![Demonstration](assets/hvm.gif) +![Demonstration](assets/hvm.webp) You can use hvm to: diff --git a/assets/hvm.gif b/assets/hvm.gif deleted file mode 100644 index c413104..0000000 Binary files a/assets/hvm.gif and /dev/null differ diff --git a/assets/hvm.tape b/assets/hvm.tape index 478bbcb..1143f30 100644 --- a/assets/hvm.tape +++ b/assets/hvm.tape @@ -6,6 +6,7 @@ # Output Output hvm.gif +Output hvm.webp #Output hvm.mp4 #Output hvm.webm @@ -15,6 +16,7 @@ Set Framerate 24 Set Height 640 Set Padding 36 Set Width 1300 +Set TypingSpeed 125ms # Set prompt and clean cache Hide @@ -31,29 +33,36 @@ Show # Commands Type "hvm use" +Sleep 1 Enter Sleep 3 Type "1" +Sleep 1 Enter Sleep 5 Type "hugo version" +Sleep 1 Enter Sleep 3 Type "hvm use" +Sleep 1 Enter Sleep 3 Type "7" +Sleep 1 Enter Sleep 5 Type "hugo version" +Sleep 1 Enter Sleep 3 Type "hvm status" +Sleep 1 Enter Sleep 5 diff --git a/assets/hvm.webp b/assets/hvm.webp new file mode 100644 index 0000000..d3c5138 Binary files /dev/null and b/assets/hvm.webp differ