Skip to content

Commit

Permalink
mention config file path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lotheac committed Apr 23, 2021
1 parent 443622c commit fe0b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ There is a built-in search feature. Simply hit `/` while you are on the chat win
For searching through contacts, you need to hit `/` while you are on the contacts window and start typing, contacts will be filtered out while you are typing. Hit `enter` to focus the results. Hitting `Esc` will clear the search.

## Configuration
There are some simple configuration options. You can either pass them as command-line arguments or add them to your configuration file. Run `scli --help` to see all options.
There are some simple configuration options. You can either pass them as command-line arguments or add them to your configuration file `~/.config/sclirc`. Run `scli --help` to see all options.

Configuration file syntax is also pretty easy. Lines starting with `#` and empty lines are ignored, other lines are `key = value` pairs. Optional arguments (flags) like `--debug`, can be enabled in config file with any of: `true`, `t`, `yes`, `y` (with any capitalization, case insensitive).

Expand Down

0 comments on commit fe0b037

Please sign in to comment.