Skip to content

Commit

Permalink
Readme adaptions for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Mar 18, 2014
1 parent 14e8078 commit fd3a4e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ympd
====
[![Build Status](http://ci.ympd.org/github.com/notandy/ympd/status.png?branch=mongoose)](https://ci.ympd.org/github.com/notandy/ympd)
[![Build Status](http://ci.ympd.org/github.com/notandy/ympd/status.svg)](https://ci.ympd.org/github.com/notandy/ympd)

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS

Expand All @@ -23,6 +23,20 @@ Unix Build Instructions
4. build ```make```
5. install ```sudo make install``` or just run with ```./ympd```

Run flags
---------
```
Usage: ./ympd [OPTION]...
-h, --host <host> connect to mpd at host [localhost]
-p, --port <port> connect to mpd at port [6600]
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
-u, --user <username> drop priviliges to user after socket bind
-V, --version get version
--help this help
```


Copyright
---------

Expand Down
6 changes: 3 additions & 3 deletions ympd.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for ympd.
.\" Contact andy@ympd.org to correct errors or typos.
.TH man 8 "08 Mar 2014" "1.2" "ympd man page"
.TH man 8 "18 Mar 2014" "1.2" "ympd man page"
.SH NAME
ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
.SH SYNOPSIS
Expand Down Expand Up @@ -31,6 +31,6 @@ print all valid options and exits
.SH BUGS
No known bugs.
.SH AUTHOR
Andrew Karpow (andy@ympd.org)
Andrew Karpow (andy@ndyk.de)

https://www.ympd.org
http://www.ympd.org

0 comments on commit fd3a4e1

Please sign in to comment.