Skip to content

Commit

Permalink
Mention default macOS config path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Dec 12, 2022
1 parent 3d8db91 commit 847dfff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@ tiny is tested on Linux and OSX.

tiny looks for these places for a config file:

- `$XDG_CONFIG_HOME/tiny/config.yml`
- (when `$XDG_CONFIG_HOME` is not defined) `$HOME/.config/tiny/config.yml`
- (deprecated) `$HOME/.tinyrc.yml`

when a config file is not found in one of these locations tiny creates one with
defaults and exists, printing path to the config file. Edit that file before
re-running tiny to change the defaults.
- On Linux: `$XDG_CONFIG_HOME/tiny/config.yml`, on macOS:
`$HOME/Library/Application Support/tiny/config.yml`
- (when not found) `$HOME/.config/tiny/config.yml`
- (when not found, deprecated) `$HOME/.tinyrc.yml`

When a config file is not found in one of these locations tiny creates one in
the first path above with defaults and exits, printing path to the config file.
Edit that file before re-running tiny to change the defaults.

**A note on nick identification:** Some IRC servers such as ircd-seven (used by
Freenode) and InspIRCd (used by Mozilla) support identification via the `PASS`
Expand Down

0 comments on commit 847dfff

Please sign in to comment.