Skip to content

Commit

Permalink
Fixing the URL for fetching jb-cat, jb-echo and jb-stream (the bin fo…
Browse files Browse the repository at this point in the history
…lder was missing)
  • Loading branch information
galvao authored and h4l committed Jul 3, 2024
1 parent 486bf94 commit c2a6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ source json.bash; alias jb=json jb-array=json.array

# Optional: if you'd also like jb-echo, jb-cat, jb-stream
for name in jb-echo jb-cat jb-stream; do
curl -fsSL -O "https://raw.githubusercontent.com/h4l/json.bash/HEAD/${name:?}"
curl -fsSL -O "https://raw.githubusercontent.com/h4l/json.bash/HEAD/bin/${name:?}"
chmod +x "${name:?}"
done
```
Expand Down

0 comments on commit c2a6fc8

Please sign in to comment.