From 0614b8f3816318429cf9011f44ab1e26bc676098 Mon Sep 17 00:00:00 2001 From: Sebastiano Poggi Date: Wed, 6 Jun 2018 19:15:01 +0200 Subject: [PATCH] Update readme, improve install/run instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f461a2..35f9442 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you **have all three commands** on your `PATH`, then you can simply download and execute the script: ```bash -$ [kscript] deep-clean [options] +$ [kscript] deep-clean.kts [options] ``` >Note: on macOS and Linux the script does not need `kscript` to be invoked, because @@ -64,7 +64,7 @@ $ sdk install kscript **macOS:** ```bash -$ brew install kotlin maven kscript +$ brew install kotlin maven holgerbrandl/tap/kscript ``` ## Licence