diff --git a/docs/install/linux/_wayland-final-steps.mdx b/docs/install/linux/_wayland-final-steps.mdx index c76cbb6..ad995b0 100644 --- a/docs/install/linux/_wayland-final-steps.mdx +++ b/docs/install/linux/_wayland-final-steps.mdx @@ -28,7 +28,7 @@ sudo setcap "cap_dac_override+p" $(which espanso) Now run `espanso --version`. If you see the version appear, it means Espanso was successfully installed! -To complete the configuration, run these commands: +To complete the configuration, run these commands (if these do not work, make sure you execute them as an ordinary user, i.e. not as root or admin): ```bash # Register espanso as a systemd service (required only once) @@ -56,4 +56,4 @@ keyboard_layout: ::: -You are now ready to read the [Getting Started](../../get-started) tutorial! \ No newline at end of file +You are now ready to read the [Getting Started](../../get-started) tutorial!