copy/paste error into readme, fixes #3

This commit is contained in:
graysky 2017-05-28 13:50:56 -04:00
parent 8ff0521e76
commit 3d75368cc7
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ Arch Linux users (not Arch ARM users) can find a PKGBUILD in the [AUR](https://a
Users of other distros should copy `kodi.service` to `/usr/lib/systemd/system/` and should create both a kodi user and home directory as follows:
```
useradd -c 'kodi user' -u 420 -g kodi -G audio,video,network,optical \
passwd -l kodi > /dev/null
-d /var/lib/kodi -s /usr/bin/nologin kodi
passwd -l kodi > /dev/null
mkdir /var/lib/kodi/.kodi
chown -R kodi:kodi /var/lib/kodi/.kodi