mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 05:03:17 -05:00
Merge pull request #209 from hjellinek/master
Fixed typos in instructions
This commit is contained in:
commit
d6d7f0e1ce
9
INSTALL
9
INSTALL
@ -63,16 +63,19 @@ sudo yum install \
|
||||
sqlite-devel libconfuse-devel libunistring-devel mxml-devel libevent-devel \
|
||||
avahi-devel libgcrypt-devel zlib-devel alsa-lib-devel ffmpeg-devel
|
||||
|
||||
Clone the forked-daapd repo:
|
||||
|
||||
git clone https://github.com/ejurgensen/forked-daapd.git
|
||||
cd forked-daapd
|
||||
|
||||
Now you need to install ANTLR3, but you probably can't use the version that
|
||||
comes with the package manager (but do try that first). Instead you can install
|
||||
it by running this script:
|
||||
|
||||
scripts/antlr34_install.sh
|
||||
scripts/antlr35_install.sh
|
||||
|
||||
Then run the following:
|
||||
|
||||
git clone https://github.com/ejurgensen/forked-daapd.git
|
||||
cd forked-daapd
|
||||
autoreconf -i
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
make
|
||||
|
@ -125,7 +125,7 @@ One example of a valid date is a date in yyyy-mm-dd format:
|
||||
There are also some special date keywords:
|
||||
* "today", "yesterday", "last week", "last month", "last year"
|
||||
|
||||
A valid date can also be made by appling an interval to a date. Intervals can be defined as "days", "weeks", "months", "years".
|
||||
A valid date can also be made by applying an interval to a date. Intervals can be defined as "days", "weeks", "months", "years".
|
||||
As an example, a valid date might be:
|
||||
|
||||
```3 weeks before today``` or ```3 weeks ago```
|
||||
|
Loading…
x
Reference in New Issue
Block a user