From aef86878cd5f6e0c6d20c8877bf196ca15367032 Mon Sep 17 00:00:00 2001 From: Robert Kiel Date: Thu, 12 May 2016 14:25:38 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a31fbd0..cb3a174 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ To include the `bash` aliases and enable tab completion for the `feature` script source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc ``` +If your user id (i.e. `env|grep USER`) is generic, such as `ec2-user` or `centos` or `ubuntu`, set a `FEATURE_USER` environment variable in your `.bash_profile`. + +``` +export FEATURE_USER=rkiel +``` + ## Feature utility ### Usage