Update README install command to work with Linux as well (#724)
This commit is contained in:
parent
114e144c6c
commit
6351068f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ For installation options check [Installation](https://github.com/babashka/babash
|
|||
For quick installation use:
|
||||
|
||||
``` shell
|
||||
$ bash <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
|
||||
$ bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
|
||||
```
|
||||
|
||||
or grab a binary from [Github
|
||||
|
|
|
|||
Loading…
Reference in a new issue