We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b776a commit ed273ceCopy full SHA for ed273ce
README.md
@@ -95,11 +95,11 @@ Configure how ripped samples are named.
95
### Saving Configuration
96
Any changes made to the configuration **must be saved manually**.<br>The configuration file can be located at:
97
98
-windows:
99
-```%appdata%\xmodits\```
100
-
101
-Linux:
102
-```~/.config/xmodits/```
+|OS|Path|
+|-|-|
+|Windows|``%appdata%\xmodits\config.toml``|
+|Linux|``~/.config/xmodits/config.toml``|
+|MacOs|``~/Library/Application Support/xmodits/config.toml``|
103
104
<!-- ## Resources
105
The resources that made this project possible can be found [here](./resources/). -->
0 commit comments