From 6351068f4ae6ac6dd2b5d541a79888f17da5159c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dipo=20F=C3=A9derle?= Date: Thu, 4 Feb 2021 11:33:09 -0300 Subject: [PATCH] Update README install command to work with Linux as well (#724) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6f2dbc..77466547 100644 --- a/README.md +++ b/README.md @@ -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