aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4891c9..eadedeb 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ It currently supports the following:
9- Playlist support 9- Playlist support
10- Play queue management 10- Play queue management
11 11
12![screenshot](.screenshots/mainscreen.png)
13
12## Building 14## Building
13 15
14This application requires [Go](https://go.dev) version 1.19 at minimum. 16This application requires [Go](https://go.dev) version 1.19 at minimum.
@@ -29,4 +31,4 @@ The application reads its configuration from `$XDG_CONFIG_DIR/termsonic.toml`, o
29 31
30On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`. 32On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`.
31 33
32You 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. \ No newline at end of file 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.