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.