File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ asdf plugin add golang
4848asdf install
4949```
5050
51- This will install the correct Go version automatically.
52-
5351### Install Dependencies
5452
5553``` sh
@@ -71,10 +69,15 @@ go build -o vrs .
7169
7270### Generating a new demo GIF
7371
74- Requires [ VHS] ( https://github.com/charmbracelet/vhs ) . Build the binary, then run the tape :
72+ Requires [ VHS] ( https://github.com/charmbracelet/vhs ) :
7573
7674``` sh
7775brew install vhs
76+ ```
77+
78+ Build the ` vrs ` binary, then run the tape:
79+
80+ ``` sh
7881go build -o vrs .
7982vhs demo.tape
8083```
@@ -99,4 +102,4 @@ This will:
991023 . Package each as a ` .tar.gz `
1001034 . Tag and push
1011045 . Create a GitHub release with all tarballs attached (` gh ` CLI required)
102- 6 . Print the URL and SHA-256 for each asset — use these to update the [ Homebrew tap formula] ( https://github.com/grega/homebrew-tap )
105+ 6 . Print the URL and SHA-256 for each asset which are used to update the [ Homebrew tap formula] ( https://github.com/grega/homebrew-tap )
You can’t perform that action at this time.
0 commit comments