update readme to reflect phlog and recipebox features

This commit is contained in:
James Tomasino 2018-01-20 02:29:59 -05:00
parent 920f3d6bb4
commit 4cfcdeccb9
1 changed files with 7 additions and 5 deletions

View File

@ -19,13 +19,12 @@
## Usage ## Usage
```bash ```bash
man burrow # see full instructions burrow phlog # create new phlog post
burrow -h # show help burrow recipe # add new recipe to box
burrow -p <title> # create new phlog post
burrow -r <recipe_title> # add new recipe to box
``` ```
View the manual for more information.
## Config ## Config
`burrow` supports two ways to define config. `burrow` supports two ways to define config.
@ -39,6 +38,9 @@ In either location, the following options are available and show their defaults:
location_gopher = "$HOME/gopher" location_gopher = "$HOME/gopher"
location_phlog = "$HOME/gopher/phlog" location_phlog = "$HOME/gopher/phlog"
location_recipebox = "$HOME/gopher/recipebox" location_recipebox = "$HOME/gopher/recipebox"
git_commit = false
git_push = false
custom_editor = false
``` ```
## Contributing ## Contributing