From 4c5eb1c2ffba086f9bae7648a904e2b3db36ab6e Mon Sep 17 00:00:00 2001 From: Scott Hall Date: Sun, 6 Jun 2021 11:04:37 -0400 Subject: [PATCH 1/2] Made first round of changes to README.md, by adding dependencies. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7e3dc8f..a644e1f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Having had several occasions to take this PoC to production with companies in th Excepting the `convert` API, which I keep for entertainment value. +## Dependencies + +Install the following: + +[Docker Desktop](https://www.docker.com/products/docker-desktop) +[jq](https://formulae.brew.sh/formula/jq) or `brew install jq` + ## Testing - in one terminal... ```sh From 8db097fa2b3968d39a8a3b20e915b4559e147799 Mon Sep 17 00:00:00 2001 From: Scott Hall Date: Sun, 6 Jun 2021 11:18:01 -0400 Subject: [PATCH 2/2] Adjusted text formatting of Dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a644e1f..64e426a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Excepting the `convert` API, which I keep for entertainment value. Install the following: [Docker Desktop](https://www.docker.com/products/docker-desktop) + [jq](https://formulae.brew.sh/formula/jq) or `brew install jq` ## Testing - in one terminal...