aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@cogarr.net>2017-02-15 13:18:58 -0500
committeralex <alex@cogarr.net>2017-02-15 13:18:58 -0500
commit5db1a249140294e2f8a8a11abc0d0640f9f6dfb3 (patch)
treeb35e0eebd68489bb2d358e847c6eead16c2dbc74
parent272df02c45eb873208b6eed4f83e8910a44d552d (diff)
downloadvaud-5db1a249140294e2f8a8a11abc0d0640f9f6dfb3.tar.gz
vaud-5db1a249140294e2f8a8a11abc0d0640f9f6dfb3.tar.bz2
vaud-5db1a249140294e2f8a8a11abc0d0640f9f6dfb3.zip
Updated readme
-rw-r--r--README.md19
-rw-r--r--README.md~10
2 files changed, 14 insertions, 15 deletions
diff --git a/README.md b/README.md
index e7052a9..4a8fbf9 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,19 @@
-README
+# Vaud
-vaud is a simple audio vizualizer written in ncureses for JACK,
+## Overview
+Vaud is a simple audio vizualizer written in ncureses for JACK,
I wrote it because I could find no good alternative.
+Vaud is built on the work of [Nicholas J. Humfrey](njh@aelius.com) and [Steve Harris](steve@plugin.org.uk)
+
+## Installing
+### Dependencies
+You must have `libncurses-dev` and `jack-dev` installed
+### Building
+Compileing is just a straight forward `make`
+### Configuration
+You can modify config.h to change colors and some other stuff about how the visualizer displays. A recompile is needed for changes to take effect.
+
+## Usage
To use, you MUST have the JACK server running,
go under "connect" and connect vaud to whichever output you want.
-
-Additionally, color customization can be found in the config.h file.
-YOU NEED TO RECOMPILE FOR COLORS TO APPLY.
diff --git a/README.md~ b/README.md~
deleted file mode 100644
index e7052a9..0000000
--- a/README.md~
+++ /dev/null
@@ -1,10 +0,0 @@
-README
-
-vaud is a simple audio vizualizer written in ncureses for JACK,
-I wrote it because I could find no good alternative.
-
-To use, you MUST have the JACK server running,
-go under "connect" and connect vaud to whichever output you want.
-
-Additionally, color customization can be found in the config.h file.
-YOU NEED TO RECOMPILE FOR COLORS TO APPLY.