diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-09 15:47:25 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-09 15:47:25 +0200 |
commit | 43da7cd3c94247f8b7e5d6bec0c6ac491d6ba817 (patch) | |
tree | 16f855f2a3a1f009717df1f9dd39bbf3af3ffa27 /README.adoc | |
parent | 1f565b4d32b34be1702236a8df9adfaed8dcc684 (diff) | |
download | nncmpp-43da7cd3c94247f8b7e5d6bec0c6ac491d6ba817.tar.gz nncmpp-43da7cd3c94247f8b7e5d6bec0c6ac491d6ba817.tar.xz nncmpp-43da7cd3c94247f8b7e5d6bec0c6ac491d6ba817.zip |
Generate a manual page
Also mention our fancy new stream feature in the README.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index d6ab07c..f7ece38 100644 --- a/README.adoc +++ b/README.adoc @@ -28,7 +28,8 @@ https://build.opensuse.org/project/repositories/home:pjanouch:git Building and Running -------------------- -Build dependencies: CMake, pkg-config, liberty (included), termo (included) + +Build dependencies: CMake, pkg-config, help2man, liberty (included), + termo (included) + Runtime dependencies: ncursesw, libunistring, cURL $ git clone --recursive https://github.com/pjanouch/nncmpp.git @@ -73,6 +74,10 @@ colors = { selection = "reverse" scrollbar = "" } +streams = { + "dnbradio.com" = "http://www.dnbradio.com/hi.m3u" + "BassDrive.com" = "http://bassdrive.com/v2/streams/BassDrive.pls" +} .... Terminal caveats |