From bc1fc9673f83a4b7b549f49516a1140d57c0db81 Mon Sep 17 00:00:00 2001 From: Guido Vanden Wyngaerd Date: Sat, 24 May 2025 14:40:30 +0200 Subject: [PATCH] Update _x11-after-install.mdx See #1039. --- docs/install/linux/_x11-after-install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/linux/_x11-after-install.mdx b/docs/install/linux/_x11-after-install.mdx index 1695f36..b7f46dc 100644 --- a/docs/install/linux/_x11-after-install.mdx +++ b/docs/install/linux/_x11-after-install.mdx @@ -1,6 +1,6 @@ From now on, you should have the `espanso` command available in the terminal (you can verify by running `espanso --version`). -At this point, you are ready to use espanso by registering it first as a Systemd service and then starting it with: +At this point, you are ready to use espanso by registering it first as a Systemd service and then starting it with (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)