fix some typos
This commit is contained in:
parent
4ad51d11f3
commit
712b3dc251
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -17,7 +17,7 @@ Dependencies
|
|||
Unix Build Instructions
|
||||
-----------------------
|
||||
|
||||
1. Install Dependencies, cmake and libmpdclient are available from all major distributions.
|
||||
1. install dependencies, cmake and libmpdclient are available from all major distributions.
|
||||
2. create build directory ```cd /path/to/src; mkdir build; cd build```
|
||||
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
|
||||
4. build ```make```
|
||||
|
@ -28,12 +28,12 @@ Run flags
|
|||
```
|
||||
Usage: ./ympd [OPTION]...
|
||||
|
||||
-h, --host <host> connect to mpd at host [localhost]
|
||||
-p, --port <port> connect to mpd at port [6600]
|
||||
-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
|
||||
-V, --version get version
|
||||
--help this help
|
||||
```
|
||||
|
||||
|
||||
|
|
2
ympd.1
2
ympd.1
|
@ -6,7 +6,7 @@ ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/
|
|||
.SH SYNOPSIS
|
||||
ympd [OPTION]...
|
||||
.SH DESCRIPTION
|
||||
ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated werbserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
|
||||
ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated webserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
|
||||
|
||||
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
|
||||
.SH OPTIONS
|
||||
|
|
Loading…
Reference in a new issue