Skip to content

Commit

Permalink
docs: add new config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Oct 30, 2021
1 parent f047f42 commit 440d73c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ It does not create this default config, but as a reference it looks like:
```json
{
"osuDir": "~/.local/share/osu-wine/OSU",
"sourceDir": "~/Downloads"
"sourceDir": "~/Downloads",
"sweepTime": "5m",
"autoExtract": true
}
```
`sourceDir` is where Mori will watch, and copy from.
`osuDir` is the osu! data directory, where all the files are.
`osuDir` is the osu! data directory, where all the files are.
`sweepTime` is the interval of when Mori will sweep the source directory for archives.
`autoExtract` defines whether Mori will automatically extract skins.

## Detection
Mori detects "new" osu! archives by watching the configured directory to see if
Expand Down

0 comments on commit 440d73c

Please sign in to comment.