Merge branch 'master' into develop

This commit is contained in:
emeric
2022-01-19 13:58:45 +01:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -23,8 +23,8 @@ _Buster_ packages are provided for _amd64_ and _armhf_ architectures.
As root, trust the following debian package provider and add it in your list of repositories:
```sh
wget -O - https://debian.poupon.io/apt/debian/epoupon.gpg.key | apt-key add -
echo "deb https://debian.poupon.io/apt/debian buster main" > /etc/apt/sources.list.d/epoupon.list
wget -O - https://debian.poupon.dev/apt/debian/epoupon.gpg.key | apt-key add -
echo "deb https://debian.poupon.dev/apt/debian buster main" > /etc/apt/sources.list.d/epoupon.list
```
To install or upgrade _LMS_:
@@ -65,7 +65,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release
```
__Notes__:
* you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`).
* you can customize the image library using `-DIMAGE_LIBRARY=<STB|GraphicksMagick++>`
* you can customize the image library using `-DIMAGE_LIBRARY=<STB|GraphicsMagick++>`
```sh
make
+1 -1
View File
@@ -4,7 +4,7 @@
_LMS_ is a self-hosted music streaming software: access your music collection from anywhere using a web interface!
A [demo instance](http://lms.demo.poupon.io) is available. Note the administration panel is not available.
A [demo instance](http://lms-demo.poupon.dev) is available. Note the administration panel is not available.
## Main features
* Low memory requirements: the demo instance runs on a _Raspberry Pi Zero W_