aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6372bb6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
1# termsonic - a TUI Subsonic client
2
3This project implements a terminal-based client for any [Subsonic](https://www.subsonic.org)-compatible server.
4
5## Building
6
7This application requires [Go](https://go.dev) version 1.19 at minimum.
8
9```
10$ git clone https://git.sixfoisneuf.fr/termsonic && cd termsonic
11$ go build -o termsonic ./cmd
12```
13
14## Configuration
15
16The application reads its configuration from `$XDG_CONFIG_DIR/termsonic.toml`, or `~/.config/termsonic.toml` if `XDG_CONFIG_DIR` doesn't exist.
17
18On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`.
19
20You can edit the configuration from inside the app, or by passing parameters on the command line (see `--help`). \ No newline at end of file