aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2024-09-24 19:04:53 -0400
committerSpencer Williams <spnw@plexwave.org>2024-09-24 19:36:32 -0400
commite2f686c903cc00d4a4956cf6ff209fa16c950416 (patch)
treee136311b280f86d7ad805c1f3eed056db151a439 /README.md
parent2fcdff498ad01421e89e35a8971af326d63aab4d (diff)
Add connection configuration via INI filev0.1.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 215a22e..16c3cb1 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,13 @@ commands to install and launch MPC Bar:
brew install spnw/formulae/mpc-bar
brew services start spnw/formulae/mpc-bar
```
+
+## Configuration
+MPC Bar is configured with a `~/.mpcbar.ini` file. Currently the only
+options are these:
+
+```
+[connection]
+host = localhost
+port = 6600
+```