summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-10-22 10:11:24 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-10-22 10:11:24 +0200
commitcaf4c56127d2353aec562d7486122e89a5ca4244 (patch)
treea8cf2f6be7a08f78dd2b6421a18fe070cc82fa91 /README
parentf229ff96efc289c6d46150ad82e08ea839747dd8 (diff)
downloadpa-sink-ctl-caf4c56127d2353aec562d7486122e89a5ca4244.tar.gz
pa-sink-ctl-caf4c56127d2353aec562d7486122e89a5ca4244.tar.bz2
pa-sink-ctl-caf4c56127d2353aec562d7486122e89a5ca4244.zip
Update README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 14 insertions, 6 deletions
diff --git a/README b/README
index 9db2df0..17f0a89 100644
--- a/README
+++ b/README
@@ -1,7 +1,15 @@
-compile:
-./autogen.sh
-./configure
-make
+pa-sink-ctl - NCurses based Pulseaudio control client
-install:
-make install
+What is pa-sink-ctl
+===================
+Pa-sink-ctl is a ncurses based Pulseaudio control client,
+that targets basic functions in a keyboard controllable way,
+such as volume change and output assign of audio streams.
+
+Dependencies
+============
+Among the pulseaudio API glib is required.
+
+Compiling
+=========
+See the INSTALL document for build instructions.