From 64367e8f583e7d66a4b685ebd6c204d8c91e3419 Mon Sep 17 00:00:00 2001 From: Gomotso Lilokoe Date: Tue, 28 Jul 2020 10:42:21 +0200 Subject: [PATCH] add sudo to install command. (#515) [skip ci] sudo is required to move "$download_dir/bb" to "$PWD/bb" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 314e5243..ad8d8994 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To get an overview of babashka, you can watch this talk ([slides](https://speake ``` shellsession $ curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install-babashka -$ chmod +x install-babashka && ./install-babashka +$ chmod +x install-babashka && sudo ./install-babashka $ ls | bb -i '(filter #(-> % io/file .isDirectory) *input*)' ("doc" "resources" "sci" "script" "src" "target" "test") bb took 4ms.