From 97e33ffdd583a8f26cc780954b9fc556156ea782 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 12 Aug 2019 12:55:30 +0200 Subject: [PATCH] Add quickstart. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ac29f54f..3b60bd47 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ most of your script evolves into Clojure, you might want to turn to: - [closh](https://github.com/dundalek/closh) - [lumo](https://github.com/anmonteiro/lumo) +## Quickstart + +``` shellsession +$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) +$ bb '(vec (dedupe *in*))' <<< '[1 1 1 1 2]' +[1 2] +``` + ## Status Experimental. Breaking changes are expected to happen at this phase.