From 11377dbf08aa2aba77003251fa7d49aa82745b76 Mon Sep 17 00:00:00 2001 From: Robert Kiel Date: Thu, 12 May 2016 14:28:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb3a174..168f9ba 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ 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`. +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`. Either your `USER` or `FEATURE_USER` should be unique relative to all the users who will be creating feature branches in your git repository. ``` export FEATURE_USER=rkiel