Update README install command to work with Linux as well (#724)

This commit is contained in:
Édipo Féderle 2021-02-04 11:33:09 -03:00 committed by GitHub
parent 114e144c6c
commit 6351068f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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