Skip to content

Commit dd647f6

Browse files
authored
Update README.md
1 parent 7eb66cc commit dd647f6

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

cli/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ asdf plugin add golang
4848
asdf 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
7775
brew install vhs
76+
```
77+
78+
Build the `vrs` binary, then run the tape:
79+
80+
```sh
7881
go build -o vrs .
7982
vhs demo.tape
8083
```
@@ -99,4 +102,4 @@ This will:
99102
3. Package each as a `.tar.gz`
100103
4. Tag and push
101104
5. 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)

0 commit comments

Comments
 (0)