aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2023-07-27 20:06:24 -0400
committerSpencer Williams <spnw@plexwave.org>2023-07-27 20:06:24 -0400
commit092d5ed78fe172a700d91cd051a0ca33dc530126 (patch)
tree2e3e14ec40a02a29a4f806b5c8230006e7447b5a
parentfbe4bf84f66276d66a81221e91637df12c0dc3f2 (diff)
Add README and screenshot
-rw-r--r--README.md13
-rw-r--r--mpc-bar.pngbin0 -> 44778 bytes
2 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..215a22e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+![MPC Bar](mpc-bar.png)
+
+# MPC Bar
+A Mac menu bar client for the [Music Player Daemon](https://www.musicpd.org).
+
+## Installation
+If you have [Homebrew](https://brew.sh), you can simply run these
+commands to install and launch MPC Bar:
+
+```
+brew install spnw/formulae/mpc-bar
+brew services start spnw/formulae/mpc-bar
+```
diff --git a/mpc-bar.png b/mpc-bar.png
new file mode 100644
index 0000000..fcde657
--- /dev/null
+++ b/mpc-bar.png
Binary files differ