Skip to content

Commit a81891c

Browse files
authored
misc: Update README and demonstration
1 parent b0312eb commit a81891c

5 files changed

Lines changed: 9 additions & 13 deletions

File tree

.gitignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
.hvm
2-
.markdownlint.yaml
2+
/assets/hvm.gif
33
/dist
4-
/hvm
5-
cover.out
6-
NOTES.md
7-
release-header.md
8-
public/
9-
resources/
10-
.hugo_build.lock

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
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.
99

10-
![Demonstration](assets/hvm.gif)
10+
![Demonstration](assets/hvm.webp)
1111

1212
You can use hvm to:
1313

@@ -81,13 +81,13 @@ Available Commands:
8181
remove Remove the default version
8282
status Display the status
8383
use Select or specify a version to use in the current directory
84-
version Display the hvm version
84+
version Display the hvm version and check for a newer release
8585
8686
Flags:
8787
-h, --help Display help
8888
-v, --version Display the hvm version
8989
90-
Use "hvm [command] --help" for more information about a command
90+
Use "hvm [command] --help" for more information about a command.
9191
```
9292

9393
## Configuration

assets/hvm.gif

-448 KB
Binary file not shown.

assets/hvm.tape

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
# sudo snap install ttyd --classic
55
# vhs hvm.tape
66
#
7-
# Then optimize with https://ezgif.com/optimize using the "combined" option
8-
# with compression level of 35 and fuzz percentage of 2.
7+
# Then compress with gif2webp:
8+
#
9+
# gif2webp -mixed -m 6 -q 50 -kmin 0 -kmax 0 -min_size hvm.gif -o hvm.webp
10+
#
11+
# -----------------------------------------------------------------------------
912

1013
# Output
1114
Output hvm.gif

assets/hvm.webp

278 KB
Loading

0 commit comments

Comments
 (0)