Fix typo in readme

This commit is contained in:
Peder Bergebakken Sundt 2019-03-13 11:23:08 +01:00
parent 62feb07233
commit 9abbebedb0
1 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ When setting up a info screen or HTPC using Grzegors, you may configure it to ru
We recommend installing a headless linux, and create a user for Grzegorz to run as. (We named ours `grzegorz`, obviously) We recommend installing a headless linux, and create a user for Grzegorz to run as. (We named ours `grzegorz`, obviously)
Clone this repo into the home directory. Then make systemd automatically spin up a X session to run Grzegorz in: Copy the files in the folder `dist` into the folder `$HOME/.config/systemd/user` and run the following commands as your user: Clone this repo into the home directory. Then make systemd automatically spin up a X session to run Grzegorz in: Copy the files in the folder `dist` into the folder `$HOME/.config/systemd/user` and run the following commands as your user:
$ systemd --user enable grzegorz@0.service $ systemctl --user enable grzegorz@0.service
$ systemd --user start grzegorz@0.service $ systemctl --user start grzegorz@0.service