README: adapt quickstart
This commit is contained in:
parent
6a2fc4a7d8
commit
84fddd8766
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ To get an overview of babashka, you can watch this talk ([slides](https://speake
|
|||
## Quickstart
|
||||
|
||||
``` shellsession
|
||||
$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install)
|
||||
$ curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install-babashka
|
||||
$ chmod +x install-babashka && ./install-babashka
|
||||
$ ls | bb --time -i '(filter #(-> % io/file .isDirectory) *input*)'
|
||||
("doc" "resources" "sci" "script" "src" "target" "test")
|
||||
bb took 4ms.
|
||||
|
|
|
|||
Loading…
Reference in a new issue