updated readme to include correct config info

This commit is contained in:
James Tomasino 2018-01-20 03:18:22 -05:00
parent b4a478de6d
commit 1f77d41eb1
1 changed files with 10 additions and 9 deletions

View File

@ -27,20 +27,21 @@ View the manual for more information.
## Config
`burrow` supports two ways to define config.
`burrow` supports locations to define config.
1) `$HOME/.config/burrow`
2) `$HOME/.burrow`
1) `$HOME/.config/burrow/config`
2) `$HOME/.config/burrow`
3) `$HOME/.burrow`
In either location, the following options are available and show their defaults:
```bash
location_gopher = "$HOME/gopher"
location_phlog = "$HOME/gopher/phlog"
location_recipebox = "$HOME/gopher/recipebox"
git_commit = false
git_push = false
custom_editor = false
location_gopher="$HOME/gopher"
location_phlog="$HOME/gopher/phlog"
location_recipebox="$HOME/gopher/recipebox"
git_commit=false
git_push=false
custom_editor=false
```
## Contributing