diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 13:24:46 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-11-05 01:47:06 +0100 |
commit | 70ff29e3d5e7d4f9f3edbe416d8718c7bafc674d (patch) | |
tree | f2adad30a9fcff02cfa1d0e504f2ab70f217cc4d /README.adoc | |
parent | ba122b767286cfd1a26f7f3f5390339fd020a3a8 (diff) | |
download | nncmpp-70ff29e3d5e7d4f9f3edbe416d8718c7bafc674d.tar.gz nncmpp-70ff29e3d5e7d4f9f3edbe416d8718c7bafc674d.tar.xz nncmpp-70ff29e3d5e7d4f9f3edbe416d8718c7bafc674d.zip |
Add a real manual page
Closes #3
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 42 |
1 files changed, 8 insertions, 34 deletions
diff --git a/README.adoc b/README.adoc index 9b588d0..ce6e8b3 100644 --- a/README.adoc +++ b/README.adoc @@ -22,9 +22,14 @@ Packages Regular releases are sporadic. git master should be stable enough. You can get a package with the latest development version from Archlinux's AUR. -Building and Running --------------------- -Build dependencies: CMake, pkg-config, help2man, liberty (included), +Documentation +------------- +See the link:nncmpp.adoc[man page] for information about usage. +The rest of this README will concern itself with externalities. + +Building +-------- +Build dependencies: CMake, pkg-config, asciidoctor, liberty (included), termo (included) + Runtime dependencies: ncursesw, libunistring, cURL @@ -43,37 +48,6 @@ Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB # dpkg -i nncmpp-*.deb -Having the program installed, create a configuration file and run it. - -Configuration -------------- -Create _~/.config/nncmpp/nncmpp.conf_ with contents like the following: - -.... -settings = { - address = "localhost:6600" - password = "<your password>" - root = "~/Music" -} -colors = { - normal = "" - highlight = "bold" - elapsed = "reverse" - remains = "ul" - tab_bar = "reverse" - tab_active = "ul" - even = "" - odd = "" - selection = "reverse" - multiselect = "-1 6" - scrollbar = "" -} -streams = { - "dnbradio.com" = "http://www.dnbradio.com/hi.m3u" - "BassDrive.com" = "http://bassdrive.com/v2/streams/BassDrive.pls" -} -.... - Terminal caveats ---------------- This application aspires to be as close to a GUI as possible. It expects you |