aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2023-05-23 15:07:08 +0200
committerSimon Garrelou <simon@sixfoisneuf.fr>2023-05-23 15:07:08 +0200
commit6d5755e8f4065ff383877696eb5b8ab08370c6f2 (patch)
tree084a56eacc6af8fb5e65914c9819be58c9c7a4ea
parent36d3d71d2b0be149bf2de847c08b37dfd55e24f0 (diff)
downloadtermsonic-6d5755e8f4065ff383877696eb5b8ab08370c6f2.tar.gz
termsonic-6d5755e8f4065ff383877696eb5b8ab08370c6f2.zip
Update 'README.md'
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index eadedeb..be29631 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,7 @@ The application reads its configuration from `$XDG_CONFIG_DIR/termsonic.toml`, o
32On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`. 32On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`.
33 33
34You can edit the configuration from inside the app, or by hand using a text editor. See [the example configuration file](config.toml.example), and [the TOML reference](https://toml.io/en/). It is possible to specify another configuration file with the `-config` command-line argument. 34You can edit the configuration from inside the app, or by hand using a text editor. See [the example configuration file](config.toml.example), and [the TOML reference](https://toml.io/en/). It is possible to specify another configuration file with the `-config` command-line argument.
35
36## Reporting bugs
37
38Please report any bug you find to [bugs+termsonic@sixfoisneuf.fr](mailto:bugs+termsonic@sixfoisneuf.fr). I'll gladly accept patches, as long as they follow the [git-send-email](https://git-send-email.io) format. \ No newline at end of file