Skip to content

Commit

Permalink
And update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dp committed Mar 8, 2022
1 parent 959a8e9 commit ee13956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Because I don't *think* it's integrated with JSON lines. it's near-certainly mor
#### Installation
osx:
```
curl -L https://github.com/davidporter-id-au/stream-exec/releases/download/0.0.4/stream-exec_darwin \
curl -L https://github.com/davidporter-id-au/stream-exec/releases/download/0.0.5/stream-exec_darwin \
-o /usr/local/bin/stream-exec && chmod +x /usr/local/bin/stream-exec
```
linux:
```
curl -L https://github.com/davidporter-id-au/stream-exec/releases/download/0.0.4/stream-exec_linux \
curl -L https://github.com/davidporter-id-au/stream-exec/releases/download/0.0.5/stream-exec_linux \
-o /usr/local/bin/stream-exec && chmod +x /usr/local/bin/stream-exec
```

Expand Down

0 comments on commit ee13956

Please sign in to comment.