Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 authored Sep 11, 2024
1 parent 970ca46 commit 00ad823
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 00ad823

Please sign in to comment.