Skip to content

Commit 89cf22f

Browse files
authored
Update README.md
1 parent 32d9176 commit 89cf22f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ require `curl`, `jq`, `yq` and `node` command.
99

1010
```sh
1111
# Install
12-
$ brew install curl yq jq
13-
```
12+
brew install curl yq jq
1413

15-
```sh
16-
# Probably works in other versions too.
17-
$ node --version
18-
v13.14.0
14+
yq --version
15+
# yq 2.10.1
16+
jq --version
17+
# jq-1.6
18+
19+
node --version
20+
# v13.14.0 # Probably works in other versions too.
1921
```
2022

2123
## Install

0 commit comments

Comments
 (0)