From d313669646da5b2b1c216902d5c3b505ecad785e Mon Sep 17 00:00:00 2001 From: Brandon McNama Date: Wed, 24 Oct 2018 13:38:25 -0400 Subject: [PATCH] List additional pre-requisites Listed these based on shebangs in the `/bin` folder. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a074475c1..f404cd454 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ If you wrote one of these scripts and want it removed from this collection, plea ### Pre-requisites -A relatively recent version of `git`. The version of `git` Apple includes in macOS is very stale. You should really `brew install git` to get the current version if you're on macOS - if not for features, for security updates. +* A relatively recent version of `git`. The version of `git` Apple includes in macOS is very stale. You should really `brew install git` to get the current version if you're on macOS - if not for features, for security updates. +* Python 3+ +* Ruby 2.2+ ### Antigen