From f962ca17c370e87226a9ee5a1c658cb2bb52d74c Mon Sep 17 00:00:00 2001 From: Raymond Huang Date: Thu, 26 Mar 2020 17:29:39 -0700 Subject: [PATCH] Update README.md to clarify migration from shell to babashka (#19) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc2355..9d37f71 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,15 @@ track what the last release version is. See [Release#get-the-latest-release](htt ## Development -Relies on [bats](https://github.com/bats-core/bats-core). +Uses [babashka](https://github.com/borkdude/babashka). + +To run tests: + +1. Install babashka ([link](https://github.com/borkdude/babashka#installation)). +2. Run Tests ``` sh + make test ```