From f5566efb4471519e72101a0ac6565a50f9d7532b Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Sat, 20 Jan 2018 17:30:01 -0500 Subject: [PATCH] update config info for new syntax in readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1335afc..0d52372 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ _`man burrow` or `burrow -h` for more information._ ## Config -`burrow` supports the following locations to define its configuration: +The following locations are available for configuration: 1) `$HOME/.config/burrow/config` 2) `$HOME/.config/burrow` @@ -57,12 +57,12 @@ locations will use the last assigned value. The following options are available (defaults shown): ```bash -location_gopher="$HOME/gopher" -location_phlog="$HOME/gopher/phlog" -location_recipebox="$HOME/gopher/recipebox" -git_commit=false -git_push=false -custom_editor=false +config_location_gopher="$HOME/gopher" +config_location_phlog="$HOME/gopher/phlog" +config_location_recipebox="$HOME/gopher/recipebox" +config_git_commit=false +config_git_push=false +config_custom_editor=false ``` _Note: This file is a valid Bash script and will be sourced upon load._