We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d5a1a commit bb57abdCopy full SHA for bb57abd
1 file changed
docs/docs/configuration/basic-setup.mdx
@@ -17,8 +17,8 @@ For Fetcharr to start up, you need to have a `fetcharr.yaml` file in your config
17
<TabItem value="source" label="From source">
18
The configuration directory will be located in your local application data directory, which depends on your OS:
19
- **Windows**: ``C:/Users/<user>/AppData/Local/Fetcharr/config``
20
- - **macOS**: `` /Users/<user>/.local/share/Fetcharr/config``
21
- - **Linux**: `` /home/<user>/.local/share/Fetcharr/config``
+ - **macOS**: ``/Users/<user>/.local/share/Fetcharr/config``
+ - **Linux**: ``/home/<user>/.local/share/Fetcharr/config``
22
</TabItem>
23
</Tabs>
24
0 commit comments