diff --git a/README.md b/README.md index 36ae411..f79cbb0 100644 --- a/README.md +++ b/README.md @@ -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) 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 - $ systemd --user start grzegorz@0.service + $ systemctl --user enable grzegorz@0.service + $ systemctl --user start grzegorz@0.service