Fix typo in readme
This commit is contained in:
parent
62feb07233
commit
9abbebedb0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue