Skip to content

Commit

Permalink
Update config section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 authored Jun 1, 2022
1 parent 143a7db commit c8bba41
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 @@ -128,7 +128,13 @@ paru -S fm-bin

## Configuration

- A config file will be generated at `~/.config/fm/config.yml` when you first run `fm` (On windows it will be `C\:\\Users\\username\\fm.yml`)
A config file will be generated when you first run `fm`. Depending on your operating system it can be found in one of the following locations:

* macOS: ~/Library/Application\ Support/fm/config.yml
* Linux: ~/.config/fm/config.yml
* Windows: C:\Users\me\AppData\Roaming\fm\config.yml

It will include the following default settings:

```yml
settings:
Expand Down

0 comments on commit c8bba41

Please sign in to comment.