From 2dd3866f4e496c6d7cdcd4d2cf3683a29b0338a8 Mon Sep 17 00:00:00 2001 From: rkiel Date: Sun, 7 Jun 2015 07:28:15 -0400 Subject: [PATCH] README: updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 259b7f6..0442b0c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ The command-line scripts include: * feature - make working with feature branches easier * xgrep - make using `git-grep` easier +The command-line scripts are written in Ruby 2.x using just the standard libraries and do not require any gems to be installed. +For OS X users, these should just work out-of-box. + The `bash` utilities come directly from the [git source contrib](https://github.com/git/git/tree/master/contrib) and include: * support for [tab completion](https://github.com/git/git/tree/master/contrib/completion/git-completion.bash)