From 14cf38ceb9cfefc02c3a226666579e668076accd Mon Sep 17 00:00:00 2001 From: Jordan Matelsky Date: Wed, 11 Sep 2024 16:28:02 -0400 Subject: [PATCH] Update README.md (#90) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b4c60..782c7f7 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,13 @@ You can customize your goosepaper by editing `config.json`. (More instructions, goosepaper --config myconfig.json --output mypaper.pdf ``` -If you don't pass an output flag, one will be generated based upon the time of generation. You DO need to pass a config file for now. +If you don't pass an output flag, one will be generated based upon the time of generation. + +The output can also be specified by a config file. These are in order of precedence, low to highest: + +1. Home directory global configs +2. Local directory from which goosepaper is called +3. Specified on the command line. An example config file is included here: [example-config.json](example-config.json).