1
0
Fork 0

Merge pull request #22 from tedwardd/cfg_file_path

Fix file path for neonmodem.toml in README
This commit is contained in:
mrusme 2023-06-13 10:58:38 -05:00 committed by GitHub
commit ba73eba439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -83,8 +83,13 @@ The binary is called `neonmodem`. Feel free to move it to e.g. `/usr/local/bin`.
Before launching *Neon Modem Overdrive* it requires initial setup of the
services (a.k.a. *systems*). Run `neonmodem connect --help` to find out more.
Connecting a service will add it to the configuration TOML, usually under
`~/.config/neonmodem.toml`.
Connecting a service will add it to the configuration TOML.
### Linux/Unix
`~/.config/neonmodem.toml`
### MacOS
`$HOME/Library/Application\ Support/neonmodem.toml`
### Systems